From 1e2a4af65d359334245e435caeecd87dbcc3feb2 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 25 May 2017 12:52:17 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I49fb755006365d8630bde1848ce4bf35ae8a1d51 --- requirements.txt | 2 +- test-requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1c49dd980..9e19d6293 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ kuryr-lib>=0.4.0 # Apache-2.0 pbr!=2.1.0,>=2.0.0 # Apache-2.0 requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0 -eventlet!=0.18.3,>=0.18.2 # MIT +eventlet!=0.18.3,<0.21.0,>=0.18.2 # MIT oslo.config>=3.22.0 # Apache-2.0 oslo.log>=3.22.0 # Apache-2.0 oslo.reports>=0.6.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 2a7a494bf..9057c3331 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,12 +4,12 @@ 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 docutils>=0.11 # OSI-Approved Open Source, Public Domain mock>=2.0 # BSD python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx>=1.5.1 # BSD +sphinx!=1.6.1,>=1.5.1 # BSD os-testr>=0.8.0 # Apache-2.0 oslosphinx>=4.7.0 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0