From 883d5a0842e508853e31dfe4527096649089416d Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 23 Feb 2024 21:49:46 -1000 Subject: [PATCH] Bump cryptography to 42.0.5 (#111259) changelog: https://github.com/pyca/cryptography/compare/42.0.3...42.0.5 --- 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 57607b23f36..051f4d5b952 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -21,7 +21,7 @@ bluetooth-data-tools==1.19.0 cached_ipaddress==0.3.0 certifi>=2021.5.30 ciso8601==2.3.0 -cryptography==42.0.3 +cryptography==42.0.5 dbus-fast==2.21.1 fnv-hash-fast==0.5.0 ha-av==10.1.1 diff --git a/pyproject.toml b/pyproject.toml index 9f5ef0d4dc2..1fe2da07240 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ "lru-dict==1.3.0", "PyJWT==2.8.0", # PyJWT has loose dependency. We want the latest one. - "cryptography==42.0.3", + "cryptography==42.0.5", # pyOpenSSL 23.2.0 is required to work with cryptography 41+ "pyOpenSSL==24.0.0", "orjson==3.9.15", diff --git a/requirements.txt b/requirements.txt index c751537058f..7f1ae3c4f32 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ ifaddr==0.2.0 Jinja2==3.1.3 lru-dict==1.3.0 PyJWT==2.8.0 -cryptography==42.0.3 +cryptography==42.0.5 pyOpenSSL==24.0.0 orjson==3.9.15 packaging>=23.1