From 447c7b64a94ddc5d0346af49fbd3502f05f9f4ea Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 4 Sep 2025 22:40:08 +0200 Subject: [PATCH] Update cryptography to 45.0.7 (#151715) --- homeassistant/package_constraints.txt | 2 +- pyproject.toml | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 507c4a39a51..34fc6e0e03f 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -29,7 +29,7 @@ cached-ipaddress==0.10.0 certifi>=2021.5.30 ciso8601==2.3.3 cronsim==2.6 -cryptography==45.0.3 +cryptography==45.0.7 dbus-fast==2.44.3 fnv-hash-fast==1.5.0 go2rtc-client==0.2.1 diff --git a/pyproject.toml b/pyproject.toml index 0b5288955e1..9d2118372e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ dependencies = [ "lru-dict==1.3.0", "PyJWT==2.10.1", # PyJWT has loose dependency. We want the latest one. - "cryptography==45.0.3", + "cryptography==45.0.7", "Pillow==11.3.0", "propcache==0.3.2", "pyOpenSSL==25.1.0", diff --git a/requirements.txt b/requirements.txt index 69c27b5bf26..0041fe68515 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ ifaddr==0.2.0 Jinja2==3.1.6 lru-dict==1.3.0 PyJWT==2.10.1 -cryptography==45.0.3 +cryptography==45.0.7 Pillow==11.3.0 propcache==0.3.2 pyOpenSSL==25.1.0