mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Bump cryptography to 44.0.0 and pyOpenSSL to 24.3.0 (#132035)
These should be bumped together to make sure we do not have any incompatibility issues. > Note: The Python Cryptographic Authority strongly suggests the use of pyca/cryptography where possible. If you are using pyOpenSSL for anything other than making a TLS connection you should move to cryptography and drop your pyOpenSSL dependency.
This commit is contained in:
parent
c6cd7e38f7
commit
b6458ff9b8
@ -25,7 +25,7 @@ bluetooth-data-tools==1.20.0
|
|||||||
cached-ipaddress==0.8.0
|
cached-ipaddress==0.8.0
|
||||||
certifi>=2021.5.30
|
certifi>=2021.5.30
|
||||||
ciso8601==2.3.1
|
ciso8601==2.3.1
|
||||||
cryptography==43.0.1
|
cryptography==44.0.0
|
||||||
dbus-fast==2.24.3
|
dbus-fast==2.24.3
|
||||||
fnv-hash-fast==1.0.2
|
fnv-hash-fast==1.0.2
|
||||||
go2rtc-client==0.1.1
|
go2rtc-client==0.1.1
|
||||||
@ -50,7 +50,7 @@ psutil-home-assistant==0.0.1
|
|||||||
PyJWT==2.10.0
|
PyJWT==2.10.0
|
||||||
pymicro-vad==1.0.1
|
pymicro-vad==1.0.1
|
||||||
PyNaCl==1.5.0
|
PyNaCl==1.5.0
|
||||||
pyOpenSSL==24.2.1
|
pyOpenSSL==24.3.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
|
||||||
|
@ -55,10 +55,10 @@ dependencies = [
|
|||||||
"lru-dict==1.3.0",
|
"lru-dict==1.3.0",
|
||||||
"PyJWT==2.10.0",
|
"PyJWT==2.10.0",
|
||||||
# PyJWT has loose dependency. We want the latest one.
|
# PyJWT has loose dependency. We want the latest one.
|
||||||
"cryptography==43.0.1",
|
"cryptography==44.0.0",
|
||||||
"Pillow==11.0.0",
|
"Pillow==11.0.0",
|
||||||
"propcache==0.2.1",
|
"propcache==0.2.1",
|
||||||
"pyOpenSSL==24.2.1",
|
"pyOpenSSL==24.3.0",
|
||||||
"orjson==3.10.12",
|
"orjson==3.10.12",
|
||||||
"packaging>=23.1",
|
"packaging>=23.1",
|
||||||
"psutil-home-assistant==0.0.1",
|
"psutil-home-assistant==0.0.1",
|
||||||
|
@ -26,10 +26,10 @@ ifaddr==0.2.0
|
|||||||
Jinja2==3.1.4
|
Jinja2==3.1.4
|
||||||
lru-dict==1.3.0
|
lru-dict==1.3.0
|
||||||
PyJWT==2.10.0
|
PyJWT==2.10.0
|
||||||
cryptography==43.0.1
|
cryptography==44.0.0
|
||||||
Pillow==11.0.0
|
Pillow==11.0.0
|
||||||
propcache==0.2.1
|
propcache==0.2.1
|
||||||
pyOpenSSL==24.2.1
|
pyOpenSSL==24.3.0
|
||||||
orjson==3.10.12
|
orjson==3.10.12
|
||||||
packaging>=23.1
|
packaging>=23.1
|
||||||
psutil-home-assistant==0.0.1
|
psutil-home-assistant==0.0.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user