mirror of
https://github.com/home-assistant/core.git
synced 2026-09-25 08:51:46 -04:00
Bump cryptography to 50.0.1, pyOpenSSL to 26.4.0 and thinqconnect to 1.0.14 (#176676)
Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com> Co-authored-by: Josef Zweck <josef@zweck.dev> Co-authored-by: Robert Resch <robert@resch.dev>
This commit is contained in:
co-authored by
Simon Lamon
Josef Zweck
Robert Resch
parent
58a7d4d0e9
commit
8cc699740c
@@ -12,5 +12,5 @@
|
||||
"integration_type": "hub",
|
||||
"iot_class": "cloud_push",
|
||||
"loggers": ["thinqconnect"],
|
||||
"requirements": ["thinqconnect==1.0.13"]
|
||||
"requirements": ["thinqconnect==1.0.14"]
|
||||
}
|
||||
|
||||
@@ -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==50.0.1
|
||||
dbus-fast==5.0.22
|
||||
file-read-backwards==2.0.0
|
||||
fnv-hash-fast==2.0.3
|
||||
@@ -58,7 +58,7 @@ psutil-home-assistant==0.0.1
|
||||
PyJWT==2.13.0
|
||||
pymicro-vad==1.0.1
|
||||
PyNaCl==1.6.2
|
||||
pyOpenSSL==26.2.0
|
||||
pyopenssl==26.4.0
|
||||
pyspeex-noise==1.0.2
|
||||
python-slugify==8.0.4
|
||||
PyTurboJPEG==1.8.3
|
||||
|
||||
+2
-2
@@ -57,10 +57,10 @@ dependencies = [
|
||||
"lru-dict==1.4.1",
|
||||
"PyJWT==2.13.0",
|
||||
# PyJWT has loose dependency. We want the latest one.
|
||||
"cryptography==48.0.1",
|
||||
"cryptography==50.0.1",
|
||||
"Pillow==12.3.0",
|
||||
"propcache==0.5.2",
|
||||
"pyOpenSSL==26.2.0",
|
||||
"pyopenssl==26.4.0",
|
||||
# Do not bump orjson until the very aggressive buffer resizing introduced in
|
||||
# 3.12.0, which causes memory use to balloon, has been adjusted or a workaround
|
||||
# is available.
|
||||
|
||||
Generated
+2
-2
@@ -21,7 +21,7 @@ bcrypt==5.0.0
|
||||
certifi>=2021.5.30
|
||||
ciso8601==2.3.3
|
||||
cronsim==2.7
|
||||
cryptography==48.0.1
|
||||
cryptography==50.0.1
|
||||
fnv-hash-fast==2.0.3
|
||||
gazetteer-matcher==1.1.0
|
||||
ha-ffmpeg==3.2.2
|
||||
@@ -43,7 +43,7 @@ propcache==0.5.2
|
||||
psutil-home-assistant==0.0.1
|
||||
PyJWT==2.13.0
|
||||
pymicro-vad==1.0.1
|
||||
pyOpenSSL==26.2.0
|
||||
pyopenssl==26.4.0
|
||||
pyspeex-noise==1.0.2
|
||||
python-slugify==8.0.4
|
||||
PyTurboJPEG==1.8.3
|
||||
|
||||
Generated
+1
-1
@@ -3266,7 +3266,7 @@ thermopro-ble==1.1.4
|
||||
thingspeak==1.0.0
|
||||
|
||||
# homeassistant.components.lg_thinq
|
||||
thinqconnect==1.0.13
|
||||
thinqconnect==1.0.14
|
||||
|
||||
# homeassistant.components.tilt_ble
|
||||
tilt-ble==1.0.1
|
||||
|
||||
Reference in New Issue
Block a user