From 71665950625bcb9db7b0ba4183a142bf9eb73fb5 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 25 Sep 2022 15:19:27 -0400 Subject: [PATCH] Revert "Pin pyOpenSSL to 22.0.0 (#79066)" This reverts commit 0cc03c37bbb8d2920b3c8e4577fa3c1010033feb. --- homeassistant/package_constraints.txt | 3 --- script/gen_requirements_all.py | 3 --- 2 files changed, 6 deletions(-) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index c7c8002e5e847..c94a99b516c10 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -132,6 +132,3 @@ 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 eec89d4210c0c..d0eb830f0889d 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -142,9 +142,6 @@ # 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 = (