From b9b6cc1841fc0c9ee60f7a8b3ec795a2c03064e7 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Wed, 11 Apr 2018 15:27:25 -0400 Subject: [PATCH] fix lower constraints and uncap eventlet Fix the lower constraints values 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: I1ff1e6af8906539340a768cf68af3b9c388885ac Signed-off-by: Doug Hellmann --- lower-constraints.txt | 4 ++-- test-requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index 3d7770a..9a1bfdb 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -1,7 +1,7 @@ alabaster==0.7.10 appdirs==1.3.0 Babel==2.3.4 -bandit==1.4.0 +bandit==1.1.0 docutils==0.11 dulwich==0.15.0 eventlet==0.18.2 @@ -38,7 +38,7 @@ requestsexceptions==1.2.0 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 stevedore==1.20.0 testrepository==0.0.18 diff --git a/test-requirements.txt b/test-requirements.txt index 1eae2da..08248d0 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -18,7 +18,7 @@ oslotest>=3.2.0 # Apache-2.0 mock>=2.0.0 # BSD # rootwrap daemon's client should be verified to run in eventlet -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 reno>=2.5.0 # Apache-2.0