Bump cryptography 35.0.0 (#59541)

This commit is contained in:
Pascal Vizeli 2021-11-11 18:27:22 +01:00 committed by GitHub
parent 9ea338c121
commit 6636287c59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ backports.zoneinfo;python_version<"3.9"
bcrypt==3.1.7 bcrypt==3.1.7
certifi>=2021.5.30 certifi>=2021.5.30
ciso8601==2.2.0 ciso8601==2.2.0
cryptography==3.4.8 cryptography==35.0.0
emoji==1.5.0 emoji==1.5.0
hass-nabucasa==0.50.0 hass-nabucasa==0.50.0
home-assistant-frontend==20211109.0 home-assistant-frontend==20211109.0

View File

@ -13,7 +13,7 @@ ciso8601==2.2.0
httpx==0.19.0 httpx==0.19.0
jinja2==3.0.3 jinja2==3.0.3
PyJWT==2.1.0 PyJWT==2.1.0
cryptography==3.4.8 cryptography==35.0.0
pip>=8.0.3,<20.3 pip>=8.0.3,<20.3
python-slugify==4.0.1 python-slugify==4.0.1
pyyaml==6.0 pyyaml==6.0

View File

@ -45,7 +45,7 @@ REQUIRES = [
"jinja2==3.0.3", "jinja2==3.0.3",
"PyJWT==2.1.0", "PyJWT==2.1.0",
# PyJWT has loose dependency. We want the latest one. # PyJWT has loose dependency. We want the latest one.
"cryptography==3.4.8", "cryptography==35.0.0",
"pip>=8.0.3,<20.3", "pip>=8.0.3,<20.3",
"python-slugify==4.0.1", "python-slugify==4.0.1",
"pyyaml==6.0", "pyyaml==6.0",