summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zuul.yaml1
-rw-r--r--requirements.txt2
2 files changed, 2 insertions, 1 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index e01941ee..67355a96 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -34,6 +34,7 @@
- publish-openstack-docs-pti
- periodic-stable-jobs
- release-notes-jobs-python3
+ - check-requirements
check:
jobs:
- grenade-ceilometer
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