From e67bafd52642b252a81afcb3925544c1df8d00f5 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Wed, 11 Apr 2018 15:24:28 -0400 Subject: [PATCH] fix lower constraints and uncap eventlet Fix the lower constraints to match the expected values. We will manage the eventlet version using constraints now. See the thread starting at http://lists.openstack.org/pipermail/openstack-dev/2018-April/129096.html for more details. Change-Id: I61d5680182c53774713ee83808b1f6e7a4fba9ff Signed-off-by: Doug Hellmann --- lower-constraints.txt | 7 ++++--- test-requirements.txt | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index 4d23020ca..25e930e43 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -2,7 +2,7 @@ alabaster==0.7.10 amqp==2.1.1 appdirs==1.3.0 Babel==2.3.4 -bandit==1.4.0 +bandit==1.1.0 cachetools==2.0.0 cffi==1.7.0 cliff==2.8.0 @@ -17,6 +17,7 @@ extras==1.0.0 fasteners==0.7.0 fixtures==3.0.0 flake8==2.5.5 +futures==3.0.0;python_version=='2.7' or python_version=='2.6' # BSD futurist==1.2.0 gitdb==0.6.4 GitPython==1.0.1 @@ -79,11 +80,11 @@ Routes==2.3.1 six==1.10.0 smmap==0.9.0 snowballstemmer==1.2.1 -Sphinx==1.6.5 +Sphinx==1.6.2 sphinxcontrib-websupport==1.0.1 statsd==3.2.1 stevedore==1.20.0 -tenacity==3.2.1 +tenacity==4.4.0 testrepository==0.0.18 testscenarios==0.4 testtools==2.2.0 diff --git a/test-requirements.txt b/test-requirements.txt index f1f661568..82cefa2e0 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -39,5 +39,5 @@ pyngus>=2.2.0 # Apache-2.0 # Bandit security code scanner bandit>=1.1.0 # Apache-2.0 -eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT +eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT greenlet>=0.4.10 # MIT