1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-08 23:34:22 +01:00

Bump cryptography to 49.0.0 and pyOpenSSL to 26.3.0

This commit is contained in:
J. Nick Koston
2026-06-25 14:53:39 +02:00
parent 7dd5e188bb
commit a6bbf2f78f
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -29,7 +29,7 @@ cached-ipaddress==1.1.2
certifi>=2021.5.30
ciso8601==2.3.3
cronsim==2.7
cryptography==48.0.1
cryptography==49.0.0
dbus-fast==5.0.22
file-read-backwards==2.0.0
fnv-hash-fast==2.0.3
@@ -56,7 +56,7 @@ psutil-home-assistant==0.0.1
PyJWT==2.12.1
pymicro-vad==1.0.1
PyNaCl==1.6.2
pyOpenSSL==26.2.0
pyOpenSSL==26.3.0
pyspeex-noise==1.0.2
python-slugify==8.0.4
PyTurboJPEG==1.8.3
+2 -2
View File
@@ -57,10 +57,10 @@ dependencies = [
"lru-dict==1.4.1",
"PyJWT==2.12.1",
# PyJWT has loose dependency. We want the latest one.
"cryptography==48.0.1",
"cryptography==49.0.0",
"Pillow==12.2.0",
"propcache==0.5.2",
"pyOpenSSL==26.2.0",
"pyOpenSSL==26.3.0",
"orjson==3.11.9",
"packaging>=23.1",
"psutil-home-assistant==0.0.1",
+2 -2
View File
@@ -21,7 +21,7 @@ bcrypt==5.0.0
certifi>=2021.5.30
ciso8601==2.3.3
cronsim==2.7
cryptography==48.0.1
cryptography==49.0.0
fnv-hash-fast==2.0.3
ha-ffmpeg==3.2.2
hass-nabucasa==2.2.0
@@ -41,7 +41,7 @@ propcache==0.5.2
psutil-home-assistant==0.0.1
PyJWT==2.12.1
pymicro-vad==1.0.1
pyOpenSSL==26.2.0
pyOpenSSL==26.3.0
pyspeex-noise==1.0.2
python-slugify==8.0.4
PyTurboJPEG==1.8.3