From 18a3fe12375d79b95596693338b3a0fb476843b7 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Wed, 8 Feb 2023 22:32:03 +0100 Subject: [PATCH] Remove platformdirs constraint (#87735) --- homeassistant/package_constraints.txt | 4 ---- script/gen_requirements_all.py | 4 ---- 2 files changed, 8 deletions(-) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 953049da035f58..278c7ef6d4d914 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -145,7 +145,3 @@ matplotlib==3.6.1 # pyOpenSSL 23.0.0 or later required to avoid import errors when # cryptography 39.0.0 is installed with botocore pyOpenSSL>=23.0.0 - -# virtualenv 20.18 only compatible with <3 -# https://github.com/pypa/virtualenv/issues/2499 -platformdirs<3 diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py index e55479de8ea938..4456a3312b5f41 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -153,10 +153,6 @@ # pyOpenSSL 23.0.0 or later required to avoid import errors when # cryptography 39.0.0 is installed with botocore pyOpenSSL>=23.0.0 - -# virtualenv 20.18 only compatible with <3 -# https://github.com/pypa/virtualenv/issues/2499 -platformdirs<3 """ IGNORE_PRE_COMMIT_HOOK_ID = (