From e5ca20b4d06666f163b9632d675cb5ebd6af27fe Mon Sep 17 00:00:00 2001 From: Blastoise186 <40033667+blastoise186@users.noreply.github.com> Date: Mon, 17 Jul 2023 08:15:33 +0100 Subject: [PATCH] Bump Cryptography from 41.0.1 to 41.0.2 (#96699) Bump cryptography from 41.0.1 to 41.0.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.1 to 41.0.2. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.1...41.0.2) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 31dcba97924..fca6e2fcb25 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -15,7 +15,7 @@ bluetooth-auto-recovery==1.2.1 bluetooth-data-tools==1.6.0 certifi>=2021.5.30 ciso8601==2.3.0 -cryptography==41.0.1 +cryptography==41.0.2 dbus-fast==1.86.0 fnv-hash-fast==0.3.1 ha-av==10.1.0 diff --git a/pyproject.toml b/pyproject.toml index 317a68d36bc..5ed5ad53224 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ "lru-dict==1.2.0", "PyJWT==2.7.0", # PyJWT has loose dependency. We want the latest one. - "cryptography==41.0.1", + "cryptography==41.0.2", # pyOpenSSL 23.2.0 is required to work with cryptography 41+ "pyOpenSSL==23.2.0", "orjson==3.9.2", diff --git a/requirements.txt b/requirements.txt index cb78783559b..8de97cb6156 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.7.0 -cryptography==41.0.1 +cryptography==41.0.2 pyOpenSSL==23.2.0 orjson==3.9.2 pip>=21.3.1,<23.3