From 59fbc8f2e2b63c2dd79c8cd46dc2245dd497bd55 Mon Sep 17 00:00:00 2001 From: Eric Fried Date: Fri, 15 Jun 2018 23:10:32 +0000 Subject: [PATCH] Fix retrying lower bound in requirements.txt Due to change [1], the retrying package in requirements.txt must match the lower bound found in lower-constraints.txt. [1] https://review.openstack.org/#/c/574367/ Change-Id: I05600e8c606099aea74aa032f92c4f44f947cb4c --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7e090f31d..6e2855ff7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -62,7 +62,7 @@ os-xenapi>=0.3.3 # Apache-2.0 tooz>=1.58.0 # Apache-2.0 cursive>=0.2.1 # Apache-2.0 pypowervm>=1.1.15 # Apache-2.0 -retrying!=1.3.0 # Apache-2.0 +retrying>=1.3.3,!=1.3.0 # Apache-2.0 os-service-types>=1.2.0 # Apache-2.0 taskflow>=2.16.0 # Apache-2.0 python-dateutil>=2.5.3 # BSD