summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorMatthias Runge <mrunge@redhat.com>2021-03-22 09:16:22 +0100
committerMatthias Runge <mrunge@redhat.com>2021-03-22 09:16:22 +0100
commite7abc7070e9de182b7f4c5ae16e1d615f8d35c96 (patch)
treec1850a3564b19c9809b96b78100abe98f6a6800e /requirements.txt
parentf6c4287dbb64fbabd973c6ef101c592376fc2cf9 (diff)
downloadceilometer-e7abc7070e9de182b7f4c5ae16e1d615f8d35c96.tar.gz
Cap tenacity < 7.0.0
https://github.com/jd/tenacity/pull/274/files removed code which was still in use. Change-Id: I8ac6684d9f03a48cc5dd3d712cbd2868b34e1013
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 3713e08b..b640c6a6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -31,7 +31,7 @@ python-cinderclient>=3.3.0 # Apache-2.0
PyYAML>=5.1 # MIT
requests!=2.9.0,>=2.8.1 # Apache-2.0
stevedore>=1.20.0 # Apache-2.0
-tenacity>=4.12.0 # Apache-2.0
+tenacity>=4.12.0,<7.0.0 # Apache-2.0
tooz[zake]>=1.47.0 # Apache-2.0
os-xenapi>=0.3.3 # Apache-2.0
oslo.cache>=1.26.0 # Apache-2.0