From ca132cbb3bc03647ef4802b3b0f61d7bc2b34742 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Sat, 22 Oct 2016 01:27:44 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I50150edf94fadfc54c1421f6941b8831eca9fffd --- requirements.txt | 4 ++-- test-requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 96f0d91d..dfdb8de3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,13 +6,13 @@ cliff>=2.2.0 # Apache-2.0 iso8601>=0.1.11 # MIT netaddr!=0.7.16,>=0.7.13 # BSD requests>=2.10.0 # Apache-2.0 -python-keystoneclient!=2.1.0,>=2.0.0 # Apache-2.0 +python-keystoneclient>=3.6.0 # Apache-2.0 simplejson>=2.2.0 # MIT six>=1.9.0 # MIT Babel>=2.3.4 # BSD oslo.i18n>=2.1.0 # Apache-2.0 oslo.log>=3.11.0 # Apache-2.0 -oslo.utils>=3.16.0 # Apache-2.0 +oslo.utils>=3.17.0 # Apache-2.0 oslosphinx>=4.7.0 # Apache-2.0 oslo.serialization>=1.10.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 6734d53b..f5b700f7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,7 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. hacking<0.11,>=0.10.2 -coverage>=3.6 # Apache-2.0 +coverage>=4.0 # Apache-2.0 fixtures>=3.0.0 # Apache-2.0/BSD flake8<2.6.0,>=2.5.4 # MIT pep8==1.5.7 # MIT