From aaab4d7161ad16929534569a6cf1d619f916ffba Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Fri, 23 Mar 2018 02:00:09 +0000 Subject: [PATCH] Updated from global requirements Change-Id: Iac6ba516b82cf303bca3bc204b31d5b90df54a22 --- requirements.txt | 10 +++++----- test-requirements.txt | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/requirements.txt b/requirements.txt index 81935e0d..b88d9c05 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,11 +2,11 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. oslo.i18n>=3.15.3 # Apache-2.0 -six>=1.9.0 # MIT +six>=1.10.0 # MIT requests>=2.14.2 # Apache-2.0 -oslo.config>=4.6.0 # Apache-2.0 -oslo.utils>=3.31.0 # Apache-2.0 -python-cinderclient>=3.2.0 # Apache-2.0 +oslo.config>=5.2.0 # Apache-2.0 +oslo.utils>=3.33.0 # Apache-2.0 +python-cinderclient>=3.3.0 # Apache-2.0 python-glanceclient>=2.8.0 # Apache-2.0 -python-neutronclient>=6.3.0 # Apache-2.0 +python-neutronclient>=6.7.0 # Apache-2.0 python-novaclient>=9.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 2f3725a4..0d38b1ae 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,13 +7,13 @@ coverage!=4.4,>=4.0 # Apache-2.0 fixtures>=3.0.0 # Apache-2.0/BSD hacking<0.10,>=0.9.2 mock>=2.0.0 # BSD -python-subunit>=0.0.18 # Apache-2.0/BSD +python-subunit>=1.0.0 # Apache-2.0/BSD testrepository>=0.0.18 # Apache-2.0/BSD testscenarios>=0.4 # Apache-2.0/BSD -testtools>=1.4.0 # MIT -requests-mock>=1.1.0 # Apache-2.0 +testtools>=2.2.0 # MIT +requests-mock>=1.2.0 # Apache-2.0 -sphinx>=1.6.2 # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD oslosphinx>=4.7.0 # Apache-2.0 beautifulsoup4>=4.6.0 # MIT pylint==1.4.5 # GPLv2