From bf9467ad7b9d3a40c4a3970085571d86ab606a34 Mon Sep 17 00:00:00 2001 From: Andrzej Raczkowski Date: Sat, 23 Apr 2022 07:50:45 +0200 Subject: [PATCH] Bump cryptography to 36.0.2 (#70438) --- homeassistant/package_constraints.txt | 2 +- requirements.txt | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index ab1cf74ca8e..a59c6a13392 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -12,7 +12,7 @@ awesomeversion==22.2.0 bcrypt==3.1.7 certifi>=2021.5.30 ciso8601==2.2.0 -cryptography==35.0.0 +cryptography==36.0.2 fnvhash==0.1.0 hass-nabucasa==0.54.0 home-assistant-frontend==20220420.0 diff --git a/requirements.txt b/requirements.txt index f9b1cec9cba..ed129d0d944 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ httpx==0.22.0 ifaddr==0.1.7 jinja2==3.1.1 PyJWT==2.3.0 -cryptography==35.0.0 +cryptography==36.0.2 pip>=21.0,<22.1 python-slugify==4.0.1 pyyaml==6.0 diff --git a/setup.cfg b/setup.cfg index 058844e3f8e..4b23f5f7988 100644 --- a/setup.cfg +++ b/setup.cfg @@ -47,7 +47,7 @@ install_requires = jinja2==3.1.1 PyJWT==2.3.0 # PyJWT has loose dependency. We want the latest one. - cryptography==35.0.0 + cryptography==36.0.2 pip>=21.0,<22.1 python-slugify==4.0.1 pyyaml==6.0