mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Update cryptography to 38.0.3 (#81455)
This commit is contained in:
parent
454f328a36
commit
7556f2b84e
@ -16,7 +16,7 @@ bluetooth-adapters==0.6.0
|
|||||||
bluetooth-auto-recovery==0.3.6
|
bluetooth-auto-recovery==0.3.6
|
||||||
certifi>=2021.5.30
|
certifi>=2021.5.30
|
||||||
ciso8601==2.2.0
|
ciso8601==2.2.0
|
||||||
cryptography==38.0.1
|
cryptography==38.0.3
|
||||||
dbus-fast==1.61.1
|
dbus-fast==1.61.1
|
||||||
fnvhash==0.1.0
|
fnvhash==0.1.0
|
||||||
hass-nabucasa==0.56.0
|
hass-nabucasa==0.56.0
|
||||||
|
@ -42,7 +42,7 @@ dependencies = [
|
|||||||
"lru-dict==1.1.8",
|
"lru-dict==1.1.8",
|
||||||
"PyJWT==2.5.0",
|
"PyJWT==2.5.0",
|
||||||
# PyJWT has loose dependency. We want the latest one.
|
# PyJWT has loose dependency. We want the latest one.
|
||||||
"cryptography==38.0.1",
|
"cryptography==38.0.3",
|
||||||
"orjson==3.8.1",
|
"orjson==3.8.1",
|
||||||
"pip>=21.0,<22.4",
|
"pip>=21.0,<22.4",
|
||||||
"python-slugify==4.0.1",
|
"python-slugify==4.0.1",
|
||||||
|
@ -16,7 +16,7 @@ ifaddr==0.1.7
|
|||||||
jinja2==3.1.2
|
jinja2==3.1.2
|
||||||
lru-dict==1.1.8
|
lru-dict==1.1.8
|
||||||
PyJWT==2.5.0
|
PyJWT==2.5.0
|
||||||
cryptography==38.0.1
|
cryptography==38.0.3
|
||||||
orjson==3.8.1
|
orjson==3.8.1
|
||||||
pip>=21.0,<22.4
|
pip>=21.0,<22.4
|
||||||
python-slugify==4.0.1
|
python-slugify==4.0.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user