mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
Update cryptography to 37.0.4 (#76853)
This commit is contained in:
parent
5ef6b5a300
commit
b4323108b1
@ -14,7 +14,7 @@ bleak==0.15.1
|
|||||||
bluetooth-adapters==0.1.3
|
bluetooth-adapters==0.1.3
|
||||||
certifi>=2021.5.30
|
certifi>=2021.5.30
|
||||||
ciso8601==2.2.0
|
ciso8601==2.2.0
|
||||||
cryptography==36.0.2
|
cryptography==37.0.4
|
||||||
fnvhash==0.1.0
|
fnvhash==0.1.0
|
||||||
hass-nabucasa==0.55.0
|
hass-nabucasa==0.55.0
|
||||||
home-assistant-bluetooth==1.3.0
|
home-assistant-bluetooth==1.3.0
|
||||||
|
@ -42,7 +42,7 @@ dependencies = [
|
|||||||
"lru-dict==1.1.8",
|
"lru-dict==1.1.8",
|
||||||
"PyJWT==2.4.0",
|
"PyJWT==2.4.0",
|
||||||
# PyJWT has loose dependency. We want the latest one.
|
# PyJWT has loose dependency. We want the latest one.
|
||||||
"cryptography==36.0.2",
|
"cryptography==37.0.4",
|
||||||
"orjson==3.7.11",
|
"orjson==3.7.11",
|
||||||
"pip>=21.0,<22.3",
|
"pip>=21.0,<22.3",
|
||||||
"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.4.0
|
PyJWT==2.4.0
|
||||||
cryptography==36.0.2
|
cryptography==37.0.4
|
||||||
orjson==3.7.11
|
orjson==3.7.11
|
||||||
pip>=21.0,<22.3
|
pip>=21.0,<22.3
|
||||||
python-slugify==4.0.1
|
python-slugify==4.0.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user