From 7cad2dc839f6312f4b1a8762b21f090576c4a8f6 Mon Sep 17 00:00:00 2001 From: Erno Kuvaja Date: Fri, 5 May 2023 14:00:21 +0100 Subject: Add 'check_requirements' job to CI Drops tenacity cap to align with global requirements. Change-Id: Id3fbbc1844c0c94042c89544c10070176798263a --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 2a58eda8..7f30830f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ python-cinderclient>=3.3.0 # Apache-2.0 PyYAML>=5.1 # MIT requests>=2.25.1 # Apache-2.0 stevedore>=1.20.0 # Apache-2.0 -tenacity>=6.3.1,<7.0.0 # Apache-2.0 +tenacity>=6.3.1 # Apache-2.0 tooz[zake]>=1.47.0 # Apache-2.0 oslo.cache>=1.26.0 # Apache-2.0 gnocchiclient>=7.0.0 # Apache-2.0 -- cgit v1.2.1