mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Update cryptography to 45.0.3 (#145979)
This commit is contained in:
parent
17542614b5
commit
0139d2cabf
@ -29,7 +29,7 @@ cached-ipaddress==0.10.0
|
|||||||
certifi>=2021.5.30
|
certifi>=2021.5.30
|
||||||
ciso8601==2.3.2
|
ciso8601==2.3.2
|
||||||
cronsim==2.6
|
cronsim==2.6
|
||||||
cryptography==45.0.1
|
cryptography==45.0.3
|
||||||
dbus-fast==2.43.0
|
dbus-fast==2.43.0
|
||||||
fnv-hash-fast==1.5.0
|
fnv-hash-fast==1.5.0
|
||||||
go2rtc-client==0.1.3b0
|
go2rtc-client==0.1.3b0
|
||||||
|
@ -82,7 +82,7 @@ dependencies = [
|
|||||||
"numpy==2.2.6",
|
"numpy==2.2.6",
|
||||||
"PyJWT==2.10.1",
|
"PyJWT==2.10.1",
|
||||||
# PyJWT has loose dependency. We want the latest one.
|
# PyJWT has loose dependency. We want the latest one.
|
||||||
"cryptography==45.0.1",
|
"cryptography==45.0.3",
|
||||||
"Pillow==11.2.1",
|
"Pillow==11.2.1",
|
||||||
"propcache==0.3.1",
|
"propcache==0.3.1",
|
||||||
"pyOpenSSL==25.1.0",
|
"pyOpenSSL==25.1.0",
|
||||||
|
2
requirements.txt
generated
2
requirements.txt
generated
@ -34,7 +34,7 @@ lru-dict==1.3.0
|
|||||||
mutagen==1.47.0
|
mutagen==1.47.0
|
||||||
numpy==2.2.6
|
numpy==2.2.6
|
||||||
PyJWT==2.10.1
|
PyJWT==2.10.1
|
||||||
cryptography==45.0.1
|
cryptography==45.0.3
|
||||||
Pillow==11.2.1
|
Pillow==11.2.1
|
||||||
propcache==0.3.1
|
propcache==0.3.1
|
||||||
pyOpenSSL==25.1.0
|
pyOpenSSL==25.1.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user