Bump cryptography 35.0.0 (#59541)
This commit is contained in:
parent
9ea338c121
commit
6636287c59
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
2
setup.py
2
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",
|
||||
|
|
Loading…
Add table
Reference in a new issue