mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 10:47:10 +00:00
Update cryptography to 40.0.2 (#91528)
This commit is contained in:
parent
4c5746d6ed
commit
6a80f5fc60
@ -18,7 +18,7 @@ bluetooth-auto-recovery==1.0.3
|
|||||||
bluetooth-data-tools==0.4.0
|
bluetooth-data-tools==0.4.0
|
||||||
certifi>=2021.5.30
|
certifi>=2021.5.30
|
||||||
ciso8601==2.3.0
|
ciso8601==2.3.0
|
||||||
cryptography==40.0.1
|
cryptography==40.0.2
|
||||||
dbus-fast==1.84.2
|
dbus-fast==1.84.2
|
||||||
fnv-hash-fast==0.3.1
|
fnv-hash-fast==0.3.1
|
||||||
ha-av==10.0.0
|
ha-av==10.0.0
|
||||||
|
@ -41,7 +41,7 @@ dependencies = [
|
|||||||
"lru-dict==1.1.8",
|
"lru-dict==1.1.8",
|
||||||
"PyJWT==2.6.0",
|
"PyJWT==2.6.0",
|
||||||
# PyJWT has loose dependency. We want the latest one.
|
# PyJWT has loose dependency. We want the latest one.
|
||||||
"cryptography==40.0.1",
|
"cryptography==40.0.2",
|
||||||
# pyOpenSSL 23.1.0 is required to work with cryptography 39+
|
# pyOpenSSL 23.1.0 is required to work with cryptography 39+
|
||||||
"pyOpenSSL==23.1.0",
|
"pyOpenSSL==23.1.0",
|
||||||
"orjson==3.8.10",
|
"orjson==3.8.10",
|
||||||
|
@ -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.6.0
|
PyJWT==2.6.0
|
||||||
cryptography==40.0.1
|
cryptography==40.0.2
|
||||||
pyOpenSSL==23.1.0
|
pyOpenSSL==23.1.0
|
||||||
orjson==3.8.10
|
orjson==3.8.10
|
||||||
pip>=21.0,<23.2
|
pip>=21.0,<23.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user