From d576913def323d6724cc362e19067597c6eff667 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 18 May 2017 12:55:30 +0000 Subject: [PATCH] Updated from global requirements Change-Id: Icca65ff5795817d6ce6db9291de6f06e3a7237cc --- requirements.txt | 2 +- test-requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1c7effde1..29313c016 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ python-ironic-inspector-client>=1.5.0 # Apache-2.0 python-heatclient>=1.6.1 # Apache-2.0 python-ironicclient>=1.11.0 # Apache-2.0 python-mistralclient>=3.1.0 # Apache-2.0 -python-openstackclient>=3.3.0 # Apache-2.0 +python-openstackclient!=3.10.0,>=3.3.0 # Apache-2.0 six>=1.9.0 # MIT osc-lib>=1.5.1 # Apache-2.0 websocket-client>=0.32.0 # LGPLv2+ diff --git a/test-requirements.txt b/test-requirements.txt index 85ff31dda..12eb4e272 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,12 +3,12 @@ # 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 docutils>=0.11 # OSI-Approved Open Source, Public Domain fixtures>=3.0.0 # Apache-2.0/BSD mock>=2.0 # BSD oslosphinx>=4.7.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 requests-mock>=1.1 # Apache-2.0