diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 31cd7fb341f..2e22a5d5e82 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -12,7 +12,7 @@ backports.zoneinfo;python_version<"3.9" bcrypt==3.1.7 certifi>=2021.5.30 ciso8601==2.2.0 -cryptography==3.4.8 +cryptography==35.0.0 emoji==1.5.0 hass-nabucasa==0.50.0 home-assistant-frontend==20211109.0 diff --git a/requirements.txt b/requirements.txt index 1d4fe15979c..cc595332395 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ ciso8601==2.2.0 httpx==0.19.0 jinja2==3.0.3 PyJWT==2.1.0 -cryptography==3.4.8 +cryptography==35.0.0 pip>=8.0.3,<20.3 python-slugify==4.0.1 pyyaml==6.0 diff --git a/setup.py b/setup.py index 113a11d9c97..43ff77f6110 100755 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ REQUIRES = [ "jinja2==3.0.3", "PyJWT==2.1.0", # PyJWT has loose dependency. We want the latest one. - "cryptography==3.4.8", + "cryptography==35.0.0", "pip>=8.0.3,<20.3", "python-slugify==4.0.1", "pyyaml==6.0",