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:
J. Nick Koston 2024-12-01 20:06:14 -06:00 committed by GitHub
parent c6cd7e38f7
commit b6458ff9b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View File

@ -25,7 +25,7 @@ bluetooth-data-tools==1.20.0
cached-ipaddress==0.8.0
certifi>=2021.5.30
ciso8601==2.3.1
cryptography==43.0.1
cryptography==44.0.0
dbus-fast==2.24.3
fnv-hash-fast==1.0.2
go2rtc-client==0.1.1
@ -50,7 +50,7 @@ psutil-home-assistant==0.0.1
PyJWT==2.10.0
pymicro-vad==1.0.1
PyNaCl==1.5.0
pyOpenSSL==24.2.1
pyOpenSSL==24.3.0
pyserial==3.5
pyspeex-noise==1.0.2
python-slugify==8.0.4

View File

@ -55,10 +55,10 @@ dependencies = [
"lru-dict==1.3.0",
"PyJWT==2.10.0",
# PyJWT has loose dependency. We want the latest one.
"cryptography==43.0.1",
"cryptography==44.0.0",
"Pillow==11.0.0",
"propcache==0.2.1",
"pyOpenSSL==24.2.1",
"pyOpenSSL==24.3.0",
"orjson==3.10.12",
"packaging>=23.1",
"psutil-home-assistant==0.0.1",

View File

@ -26,10 +26,10 @@ ifaddr==0.2.0
Jinja2==3.1.4
lru-dict==1.3.0
PyJWT==2.10.0
cryptography==43.0.1
cryptography==44.0.0
Pillow==11.0.0
propcache==0.2.1
pyOpenSSL==24.2.1
pyOpenSSL==24.3.0
orjson==3.10.12
packaging>=23.1
psutil-home-assistant==0.0.1