Cap tenacity to unblock the gate

Recent version 7 changed retry and dropped the
retry_state parameter.

Change-Id: I109d3b5770c3cd8fe0bdeae78517f4d36ba3b65f
This commit is contained in:
Matthias Runge 2021-03-08 08:24:14 +01:00
parent fa2b6cc7ae
commit f2005df3d6
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ stevedore>=1.16.0 # Apache-2.0
voluptuous>=0.8.9 # BSD License
msgpack>=0.4.0 # Apache-2.0
fasteners>=0.7 # Apache-2.0
tenacity>=3.2.1 # Apache-2.0
tenacity>=3.2.1, <7.0.0 # Apache-2.0
futurist>=1.2.0 # Apache-2.0
oslo.utils>=4.7.0 # Apache-2.0
oslo.serialization>=1.10.0 # Apache-2.0