From 2a4a5d0a07ab5d881e438e15d51724f58d821a55 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 28 Nov 2023 12:09:12 +0100 Subject: [PATCH] Update cryptography to 41.0.7 (#104632) --- 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 bae4d6169031..9ea82cb3e75e 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -19,7 +19,7 @@ bluetooth-auto-recovery==1.2.3 bluetooth-data-tools==1.15.0 certifi>=2021.5.30 ciso8601==2.3.0 -cryptography==41.0.5 +cryptography==41.0.7 dbus-fast==2.14.0 fnv-hash-fast==0.5.0 ha-av==10.1.1 diff --git a/pyproject.toml b/pyproject.toml index 5661b7ca130e..b05f5f5f9dce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ "lru-dict==1.2.0", "PyJWT==2.8.0", # PyJWT has loose dependency. We want the latest one. - "cryptography==41.0.5", + "cryptography==41.0.7", # pyOpenSSL 23.2.0 is required to work with cryptography 41+ "pyOpenSSL==23.2.0", "orjson==3.9.9", diff --git a/requirements.txt b/requirements.txt index 1d1837d9bce4..f26c1a84e810 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ ifaddr==0.2.0 Jinja2==3.1.2 lru-dict==1.2.0 PyJWT==2.8.0 -cryptography==41.0.5 +cryptography==41.0.7 pyOpenSSL==23.2.0 orjson==3.9.9 packaging>=23.1