From 09957926b197f1cad9ba52f54cead68ca6d8b5fb Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 18 May 2017 21:32:08 +0000 Subject: [PATCH] Updated from global requirements Change-Id: Iaf42a88a0a538fc9d6486c2ab28f3380a09c22b9 --- requirements.txt | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2333ee4c80..3dac8e942b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 alembic>=0.8.10 # MIT Babel!=2.4.0,>=2.3.4 # BSD -eventlet!=0.18.3,>=0.18.2 # MIT +eventlet!=0.18.3,<0.21.0,>=0.18.2 # MIT greenlet>=0.3.2 # MIT lxml!=3.7.0,>=2.3 # BSD netaddr!=0.7.16,>=0.7.13 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index b0a29df710..aa099b2229 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -23,7 +23,7 @@ psycopg2>=2.5 # LGPL/ZPL python-subunit>=0.0.18 # Apache-2.0/BSD requests-mock>=1.1 # Apache-2.0 -sphinx>=1.5.1 # BSD +sphinx!=1.6.1,>=1.5.1 # BSD os-api-ref>=1.0.0 # Apache-2.0 os-testr>=0.8.0 # Apache-2.0 testrepository>=0.0.18 # Apache-2.0/BSD