From 0782615601b96c1b790bd7aaf7d41f6b9a2611ee Mon Sep 17 00:00:00 2001 From: Erno Kuvaja Date: Fri, 28 Apr 2023 11:20:46 +0100 Subject: [PATCH] Drop tenacity cap to align with global_requirements The cap does not seem to be needed anymore. Change-Id: Iaff14e4b004e8562b41f8c94e40c2ee595884f6e --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 63f0b1fc4..81b736f30 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -tenacity>=3.2.1,<7.0.0 # Apache-2.0 +tenacity>=3.2.1 # Apache-2.0 croniter>=0.3.4 # MIT License futurist>=0.11.0 # Apache-2.0 jsonschema>=3.2.0 # MIT