From ac59c7458d9251f5983a016c1b36acdacb46b292 Mon Sep 17 00:00:00 2001 From: Alexandre Rulleau Date: Tue, 21 Sep 2021 14:21:22 +0200 Subject: [PATCH] Allow tenaicty to upgrade to 8.* version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9e16833..8721b2c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ numpy>=1.10.0,<2 promise>=2.1,<3 six>=1.10.0,<2 requests>=2.19.0,<3 # will not work below in python3 -tenacity>=5.1,<6 +tenacity>=5.1,<9