From a4e22bcba690ae638d224e48806baad9fb34ecc4 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Mon, 24 Jun 2024 18:52:49 +0200 Subject: [PATCH] Update tenacity constraint (#120348) --- homeassistant/package_constraints.txt | 2 +- script/gen_requirements_all.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 = (