mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 07:37:34 +00:00
Bump cryptography 35.0.0 (#59541)
This commit is contained in:
parent
9ea338c121
commit
6636287c59
@ -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
|
||||||
|
@ -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
|
||||||
|
2
setup.py
2
setup.py
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user