From b27f04782376515ae64485e3d5fa0083918927e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 02:39:21 +0000 Subject: [PATCH] Bump cryptography from 46.0.2 to 46.0.5 Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.2 to 46.0.5. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.2...46.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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 34fe8d2d2bf0c2..af73a31db3e946 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==46.0.2 +cryptography==46.0.5 dbus-fast==2.44.3 file-read-backwards==2.0.0 fnv-hash-fast==1.5.0 diff --git a/pyproject.toml b/pyproject.toml index d33177e12760b6..d2dc8c846d5843 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==46.0.2", + "cryptography==46.0.5", "Pillow==11.3.0", "propcache==0.3.2", "pyOpenSSL==25.3.0", diff --git a/requirements.txt b/requirements.txt index a1c4900b4007bf..1547200ab1e3d1 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==46.0.2 +cryptography==46.0.5 Pillow==11.3.0 propcache==0.3.2 pyOpenSSL==25.3.0