From 02995652716cfc61f448adde840791c4bae00a80 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 27 Oct 2016 12:15:40 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I4b238006e1d0c406cc04bdffd2c5532ebd86a69c --- requirements.txt | 4 ++-- test-requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index b67983970..32c7890ed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,11 @@ # 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. -oslo.config>=3.14.0 # Apache-2.0 +oslo.config!=3.18.0,>=3.14.0 # Apache-2.0 oslo.log>=3.11.0 # Apache-2.0 oslo.middleware>=3.0.0 # Apache-2.0 oslo.serialization>=1.10.0 # Apache-2.0 -oslo.utils>=3.16.0 # Apache-2.0 +oslo.utils>=3.17.0 # Apache-2.0 python-keystoneclient>=3.6.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index aa009caea..b953f6e45 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,7 +4,7 @@ # Hacking already pins down pep8, pyflakes and flake8 hacking<0.11,>=0.10.0 Babel>=2.3.4 # BSD -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