From b5e1d35e1885c46a089fee16510171813d826388 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 17 Jun 2023 15:23:06 -0500 Subject: [PATCH] Bump cryptography to 41.0.1 and PyOpenSSL to 23.2.0 (#94777) changelog: https://cryptography.io/en/latest/changelog/ changelog: https://www.pyopenssl.org/en/latest/changelog.html --- homeassistant/package_constraints.txt | 4 ++-- pyproject.toml | 6 +++--- requirements.txt | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index fdfd356007514e..a2881676f5c620 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -15,7 +15,7 @@ bluetooth-auto-recovery==1.2.0 bluetooth-data-tools==1.2.0 certifi>=2021.5.30 ciso8601==2.3.0 -cryptography==40.0.2 +cryptography==41.0.1 dbus-fast==1.86.0 fnv-hash-fast==0.3.1 ha-av==10.1.0 @@ -37,7 +37,7 @@ pip>=21.0,<23.2 psutil-home-assistant==0.0.1 PyJWT==2.7.0 PyNaCl==1.5.0 -pyOpenSSL==23.1.0 +pyOpenSSL==23.2.0 pyserial==3.5 python-slugify==4.0.1 PyTurboJPEG==1.6.7 diff --git a/pyproject.toml b/pyproject.toml index ee3514933232a7..bea8a1696fa8a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,9 +41,9 @@ dependencies = [ "lru-dict==1.2.0", "PyJWT==2.7.0", # PyJWT has loose dependency. We want the latest one. - "cryptography==40.0.2", - # pyOpenSSL 23.1.0 is required to work with cryptography 39+ - "pyOpenSSL==23.1.0", + "cryptography==41.0.1", + # pyOpenSSL 23.2.0 is required to work with cryptography 41+ + "pyOpenSSL==23.2.0", "orjson==3.9.1", "pip>=21.0,<23.2", "python-slugify==4.0.1", diff --git a/requirements.txt b/requirements.txt index bf21c2d86439ac..cf86475098f18e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,8 +16,8 @@ ifaddr==0.2.0 Jinja2==3.1.2 lru-dict==1.2.0 PyJWT==2.7.0 -cryptography==40.0.2 -pyOpenSSL==23.1.0 +cryptography==41.0.1 +pyOpenSSL==23.2.0 orjson==3.9.1 pip>=21.0,<23.2 python-slugify==4.0.1