From 8cc699740c2606c537d42a2e58e6c3ff75c00984 Mon Sep 17 00:00:00 2001 From: Markus Tuominen <3738613+Markus98@users.noreply.github.com> Date: Mon, 14 Sep 2026 21:22:38 +0300 Subject: [PATCH] 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 Co-authored-by: Robert Resch --- homeassistant/components/lg_thinq/manifest.json | 2 +- homeassistant/package_constraints.txt | 4 ++-- pyproject.toml | 4 ++-- requirements.txt | 4 ++-- requirements_all.txt | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/homeassistant/components/lg_thinq/manifest.json b/homeassistant/components/lg_thinq/manifest.json index fd3c432405bf..2c0fbe95ce2f 100644 --- a/homeassistant/components/lg_thinq/manifest.json +++ b/homeassistant/components/lg_thinq/manifest.json @@ -12,5 +12,5 @@ "integration_type": "hub", "iot_class": "cloud_push", "loggers": ["thinqconnect"], - "requirements": ["thinqconnect==1.0.13"] + "requirements": ["thinqconnect==1.0.14"] } diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 05aa2381eded..aa12f6b3d955 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -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 diff --git a/pyproject.toml b/pyproject.toml index a16e180b02b9..b757be4b7947 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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. diff --git a/requirements.txt b/requirements.txt index ff623ccd6176..9f003ca09535 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/requirements_all.txt b/requirements_all.txt index 19135a5feb38..df87c68da18f 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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