From 739e9c289b0d7103489e4b490ff7c7875de1841f Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 27 Oct 2016 12:14:35 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I21c90cf3ad7e791cf22ec0f8303e4254d4804115 --- requirements.txt | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ee79695de..689e3ba63 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ python-ironicclient>=1.6.0 # Apache-2.0 python-swiftclient>=2.2.0 # Apache-2.0 pytz>=2013.6 # MIT oslo.concurrency>=3.8.0 # Apache-2.0 -oslo.config>=3.14.0 # Apache-2.0 +oslo.config!=3.18.0,>=3.14.0 # Apache-2.0 oslo.db!=4.13.1,!=4.13.2,>=4.10.0 # Apache-2.0 oslo.i18n>=2.1.0 # Apache-2.0 oslo.log>=3.11.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 60955df34..4902d4243 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. -coverage>=3.6 # Apache-2.0 +coverage>=4.0 # Apache-2.0 doc8 # Apache-2.0 hacking<0.11,>=0.10.0 mock>=2.0 # BSD