From baee38e9aef0bbe1c9fa809344be47ded6b75dea Mon Sep 17 00:00:00 2001 From: Matthias Runge Date: Mon, 22 Mar 2021 09:16:22 +0100 Subject: [PATCH] Cap tenacity < 7.0.0 https://github.com/jd/tenacity/pull/274/files removed code which was still in use. Change-Id: I8ac6684d9f03a48cc5dd3d712cbd2868b34e1013 (cherry picked from commit e7abc7070e9de182b7f4c5ae16e1d615f8d35c96) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1626b34344..a5c58d5361 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ PyYAML>=3.12 # MIT requests!=2.9.0,>=2.8.1 # Apache-2.0 six>=1.9.0 # MIT stevedore>=1.20.0 # Apache-2.0 -tenacity>=4.4.0 # Apache-2.0 +tenacity>=4.4.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