From 52a9a66d0f499a8ff402392187d59ad3e6682d0d Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 18 Feb 2021 21:30:54 +0100 Subject: [PATCH] Upgrade cryptography to 3.3.2 (#46759) --- homeassistant/package_constraints.txt | 2 +- requirements.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 7db311b56d5b..5f2aa859e263 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -10,7 +10,7 @@ awesomeversion==21.2.2 bcrypt==3.1.7 certifi>=2020.12.5 ciso8601==2.1.3 -cryptography==3.3.1 +cryptography==3.3.2 defusedxml==0.6.0 distro==1.5.0 emoji==1.2.0 diff --git a/requirements.txt b/requirements.txt index 42be3cfdf493..d0b894bcb589 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ ciso8601==2.1.3 httpx==0.16.1 jinja2>=2.11.3 PyJWT==1.7.1 -cryptography==3.3.1 +cryptography==3.3.2 pip>=8.0.3,<20.3 python-slugify==4.0.1 pytz>=2021.1 diff --git a/setup.py b/setup.py index 1b4b52ff26d4..1dbc29f55376 100755 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ REQUIRES = [ "jinja2>=2.11.3", "PyJWT==1.7.1", # PyJWT has loose dependency. We want the latest one. - "cryptography==3.3.1", + "cryptography==3.3.2", "pip>=8.0.3,<20.3", "python-slugify==4.0.1", "pytz>=2021.1",