From 9edd6afa281390348b67b5f3700e31efd7fe4a4d Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Sun, 6 Nov 2016 02:07:40 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I330f1fe0daa0431d47719268cf2c4c92e89387e1 --- requirements.txt | 4 ++-- test-requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8ec0426..9e24e08 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,9 +6,9 @@ Babel>=2.3.4 # BSD cliff>=2.2.0 # Apache-2.0 osc-lib>=1.2.0 # Apache-2.0 oslo.i18n>=2.1.0 # Apache-2.0 -oslo.utils>=3.16.0 # Apache-2.0 +oslo.utils>=3.18.0 # Apache-2.0 pbr>=1.6 # Apache-2.0 PrettyTable<0.8,>=0.7.1 # BSD -python-keystoneclient!=2.1.0,>=2.0.0 # Apache-2.0 +python-keystoneclient>=3.6.0 # Apache-2.0 six>=1.9.0 # MIT PyYAML>=3.10.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 74bc88c..24b5276 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. -coverage>=3.6 # Apache-2.0 +coverage>=4.0 # Apache-2.0 fixtures>=3.0.0 # Apache-2.0/BSD hacking<0.11,>=0.10.2 mock>=2.0 # BSD