From 21f022ad04ca42437f2c1b991521192b557af229 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Fri, 19 May 2017 22:43:23 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I17813b49e32d5854fcc627247c741599b1dbcdfd --- requirements.txt | 2 +- test-requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index e2ddd6415..855505d1c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ # process, which may cause wedges in the gate later. 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 Flask!=0.11,<1.0,>=0.10 # BSD greenlet>=0.3.2 # MIT Jinja2!=2.9.0,!=2.9.1,!=2.9.2,!=2.9.3,!=2.9.4,>=2.8 # BSD License (3 clause) diff --git a/test-requirements.txt b/test-requirements.txt index 89ae519c2..082f866a6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,14 +4,14 @@ # Hacking already pins down pep8, pyflakes and flake8 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 fixtures>=3.0.0 # Apache-2.0/BSD mock>=2.0 # BSD oslotest>=1.10.0 # Apache-2.0 oslosphinx>=4.7.0 # Apache-2.0 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 sphinxcontrib-httpdomain # BSD testtools>=1.4.0 # MIT testrepository>=0.0.18 # Apache-2.0/BSD