From f7598479d13c518d74d55696e347b5485cd7787e Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Wed, 24 May 2017 23:21:59 +0000 Subject: [PATCH] Updated from global requirements Change-Id: Ic7656a41fcff3f1f5c47526d54f2254bc9a09c6b --- requirements.txt | 2 +- test-requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index bbc204e6..507e3151 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,5 +9,5 @@ requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0 warlock!=1.3.0,<2,>=1.0.1 # Apache-2.0 six>=1.9.0 # MIT oslo.utils>=3.20.0 # Apache-2.0 -oslo.i18n>=2.1.0 # Apache-2.0 +oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0 wrapt>=1.7.0 # BSD License diff --git a/test-requirements.txt b/test-requirements.txt index 5dc8eb7c..9a058519 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,13 +3,13 @@ # process, which may cause wedges in the gate later. 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 mock>=2.0 # BSD ordereddict # MIT os-client-config>=1.27.0 # Apache-2.0 oslosphinx>=4.7.0 # Apache-2.0 reno>=1.8.0 # Apache-2.0 -sphinx>=1.5.1 # BSD +sphinx!=1.6.1,>=1.5.1 # BSD testrepository>=0.0.18 # Apache-2.0/BSD testtools>=1.4.0 # MIT testscenarios>=0.4 # Apache-2.0/BSD