From 9cf69d72d2185e4918222a4119f5ee5b7686e99c Mon Sep 17 00:00:00 2001 From: Matthias Runge Date: Mon, 22 Mar 2021 09:46:32 +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: Ib7c0be686aaf542a483a426c1966ad067a5fe3eb --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 54dabb670..80db98950 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -tenacity>=3.2.1 # Apache-2.0 +tenacity>=3.2.1,<7.0.0 # Apache-2.0 croniter>=0.3.4 # MIT License futurist>=0.11.0 # Apache-2.0 jsonschema>=3.2.0 # MIT