From 04d4483998612bccea4133e3ff8ad6c60e43e2d9 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 25 Sep 2022 15:19:06 -0400 Subject: [PATCH] Pin pyOpenSSL to 22.0.0 (#79066) --- homeassistant/package_constraints.txt | 3 +++ script/gen_requirements_all.py | 3 +++ 2 files changed, 6 insertions(+) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 8a0ee6c3205..d74601cef13 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -132,3 +132,6 @@ iso4217!=1.10.20220401 # Pandas 1.4.4 has issues with wheels om armhf + Py3.10 pandas==1.4.3 + +# pyopenssl 22.1.0 requires pycryptography > 38 and we have 37 +pyopenssl==22.0.0 diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py index d0eb830f088..eec89d4210c 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -142,6 +142,9 @@ iso4217!=1.10.20220401 # Pandas 1.4.4 has issues with wheels om armhf + Py3.10 pandas==1.4.3 + +# pyopenssl 22.1.0 requires pycryptography > 38 and we have 37 +pyopenssl==22.0.0 """ IGNORE_PRE_COMMIT_HOOK_ID = (