From 8fd790837cdaeba16648e52154e5b431cc067dfa Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Mon, 18 Apr 2016 16:29:21 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I8148b9962ce1cc5538a5862cb7e1536bb1029e12 --- requirements.txt | 4 ++-- test-requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 741e429e..b6b8d799 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,14 +6,14 @@ setuptools>=16.0 # PSF/ZPL pbr>=1.6 # Apache-2.0 python-swiftclient>=2.2.0 # Apache-2.0 python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0 -python-cinderclient>=1.3.1 # Apache-2.0 +python-cinderclient>=1.6.0 # Apache-2.0 python-glanceclient>=2.0.0 # Apache-2.0 python-novaclient!=2.33.0,>=2.29.0 # Apache-2.0 python-openstackclient>=2.1.0 # Apache-2.0 oslo.utils>=3.5.0 # Apache-2.0 oslo.i18n>=2.1.0 # Apache-2.0 oslo.log>=1.14.0 # Apache-2.0 -oslo.config>=3.7.0 # Apache-2.0 +oslo.config>=3.9.0 # Apache-2.0 PyMySQL>=0.6.2 # MIT License pymongo!=3.1,>=3.0.2 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index c7c96a97..a91553ff 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,7 +1,7 @@ # The order of packages is significant, because pip processes them in the order # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -flake8<2.6.0,>2.4.1 # MIT +flake8<2.6.0,>=2.5.4 # MIT hacking<0.11,>=0.10.2 coverage>=3.6 # Apache-2.0 discover # BSD