From a6bbf2f78fbaabcea3a2d241971570e8d658e4ff Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 25 Jun 2026 14:53:39 +0200 Subject: [PATCH] Bump cryptography to 49.0.0 and pyOpenSSL to 26.3.0 --- homeassistant/package_constraints.txt | 4 ++-- pyproject.toml | 4 ++-- requirements.txt | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 9daabe48fd4a..ed238802c668 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==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 diff --git a/pyproject.toml b/pyproject.toml index 9e62df96ce96..6a6750598f71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", diff --git a/requirements.txt b/requirements.txt index 82cf07a44f86..15c560d8a481 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==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