mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Bump cryptography to 45.0.1 and pyopenssl to 25.1.0 (#145121)
This commit is contained in:
parent
ebed38c1dc
commit
a169d6ca97
@ -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==44.0.1
|
cryptography==45.0.1
|
||||||
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.2
|
go2rtc-client==0.1.2
|
||||||
@ -55,7 +55,7 @@ psutil-home-assistant==0.0.1
|
|||||||
PyJWT==2.10.1
|
PyJWT==2.10.1
|
||||||
pymicro-vad==1.0.1
|
pymicro-vad==1.0.1
|
||||||
PyNaCl==1.5.0
|
PyNaCl==1.5.0
|
||||||
pyOpenSSL==25.0.0
|
pyOpenSSL==25.1.0
|
||||||
pyserial==3.5
|
pyserial==3.5
|
||||||
pyspeex-noise==1.0.2
|
pyspeex-noise==1.0.2
|
||||||
python-slugify==8.0.4
|
python-slugify==8.0.4
|
||||||
@ -143,10 +143,6 @@ pubnub!=6.4.0
|
|||||||
# https://github.com/dahlia/iso4217/issues/16
|
# https://github.com/dahlia/iso4217/issues/16
|
||||||
iso4217!=1.10.20220401
|
iso4217!=1.10.20220401
|
||||||
|
|
||||||
# pyOpenSSL 24.0.0 or later required to avoid import errors when
|
|
||||||
# cryptography 42.0.0 is installed with botocore
|
|
||||||
pyOpenSSL>=24.0.0
|
|
||||||
|
|
||||||
# protobuf must be in package constraints for the wheel
|
# protobuf must be in package constraints for the wheel
|
||||||
# builder to build binary wheels
|
# builder to build binary wheels
|
||||||
protobuf==5.29.2
|
protobuf==5.29.2
|
||||||
|
@ -82,10 +82,10 @@ dependencies = [
|
|||||||
"numpy==2.2.2",
|
"numpy==2.2.2",
|
||||||
"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==44.0.1",
|
"cryptography==45.0.1",
|
||||||
"Pillow==11.2.1",
|
"Pillow==11.2.1",
|
||||||
"propcache==0.3.1",
|
"propcache==0.3.1",
|
||||||
"pyOpenSSL==25.0.0",
|
"pyOpenSSL==25.1.0",
|
||||||
"orjson==3.10.18",
|
"orjson==3.10.18",
|
||||||
"packaging>=23.1",
|
"packaging>=23.1",
|
||||||
"psutil-home-assistant==0.0.1",
|
"psutil-home-assistant==0.0.1",
|
||||||
|
4
requirements.txt
generated
4
requirements.txt
generated
@ -34,10 +34,10 @@ lru-dict==1.3.0
|
|||||||
mutagen==1.47.0
|
mutagen==1.47.0
|
||||||
numpy==2.2.2
|
numpy==2.2.2
|
||||||
PyJWT==2.10.1
|
PyJWT==2.10.1
|
||||||
cryptography==44.0.1
|
cryptography==45.0.1
|
||||||
Pillow==11.2.1
|
Pillow==11.2.1
|
||||||
propcache==0.3.1
|
propcache==0.3.1
|
||||||
pyOpenSSL==25.0.0
|
pyOpenSSL==25.1.0
|
||||||
orjson==3.10.18
|
orjson==3.10.18
|
||||||
packaging>=23.1
|
packaging>=23.1
|
||||||
psutil-home-assistant==0.0.1
|
psutil-home-assistant==0.0.1
|
||||||
|
@ -172,10 +172,6 @@ pubnub!=6.4.0
|
|||||||
# https://github.com/dahlia/iso4217/issues/16
|
# https://github.com/dahlia/iso4217/issues/16
|
||||||
iso4217!=1.10.20220401
|
iso4217!=1.10.20220401
|
||||||
|
|
||||||
# pyOpenSSL 24.0.0 or later required to avoid import errors when
|
|
||||||
# cryptography 42.0.0 is installed with botocore
|
|
||||||
pyOpenSSL>=24.0.0
|
|
||||||
|
|
||||||
# protobuf must be in package constraints for the wheel
|
# protobuf must be in package constraints for the wheel
|
||||||
# builder to build binary wheels
|
# builder to build binary wheels
|
||||||
protobuf==5.29.2
|
protobuf==5.29.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user