diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index e6c019092f7..b8cdd204279 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -15,7 +15,7 @@ bluetooth-auto-recovery==1.2.3 bluetooth-data-tools==1.12.0 certifi>=2021.5.30 ciso8601==2.3.0 -cryptography==41.0.3 +cryptography==41.0.4 dbus-fast==2.10.0 fnv-hash-fast==0.4.1 ha-av==10.1.1 diff --git a/pyproject.toml b/pyproject.toml index 7dfd584c598..38a1a6d0b8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ "lru-dict==1.2.0", "PyJWT==2.8.0", # PyJWT has loose dependency. We want the latest one. - "cryptography==41.0.3", + "cryptography==41.0.4", # pyOpenSSL 23.2.0 is required to work with cryptography 41+ "pyOpenSSL==23.2.0", "orjson==3.9.7", diff --git a/requirements.txt b/requirements.txt index 40f7584ca31..111096db59f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ ifaddr==0.2.0 Jinja2==3.1.2 lru-dict==1.2.0 PyJWT==2.8.0 -cryptography==41.0.3 +cryptography==41.0.4 pyOpenSSL==23.2.0 orjson==3.9.7 packaging>=23.1