diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 1f1811eca4c..f3be7c5515e 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -199,4 +199,4 @@ scapy>=2.5.0 tuf>=4.0.0 # https://github.com/jd/tenacity/issues/471 -tenacity<8.4.0 +tenacity!=8.4.0 diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py index 57b4a2e1855..434b4d0071f 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -221,7 +221,7 @@ scapy>=2.5.0 tuf>=4.0.0 # https://github.com/jd/tenacity/issues/471 -tenacity<8.4.0 +tenacity!=8.4.0 """ GENERATED_MESSAGE = (