From 6d4bc69e46f567df4c2bc68ea545e7500474c463 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Fri, 19 May 2017 15:48:41 +0000 Subject: [PATCH] Updated from global requirements Change-Id: Id7ed6218674d9babd11aab0f5293a31ae08c2334 --- requirements.txt | 2 +- test-requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4bb454e71..bd7ee1308 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 Babel!=2.4.0,>=2.3.4 # BSD decorator>=3.4.0 # BSD enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # 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 httplib2>=0.7.5 # MIT iso8601>=0.1.11 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 339f80aeb..304d3365c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,13 +5,13 @@ # Install bounded pep8/pyflakes first, then let flake8 install hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 -coverage>=4.0 # Apache-2.0 +coverage!=4.4,>=4.0 # Apache-2.0 ddt>=1.0.1 # MIT fixtures>=3.0.0 # Apache-2.0/BSD mock>=2.0 # BSD os-api-ref>=1.0.0 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0 -sphinx>=1.5.1 # BSD +sphinx!=1.6.1,>=1.5.1 # BSD PyMySQL>=0.7.6 # MIT License psycopg2>=2.5 # LGPL/ZPL python-subunit>=0.0.18 # Apache-2.0/BSD