From b28f16fcfcf5608b4ba0a24523750c104155f741 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 27 Oct 2016 12:15:42 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I7adeb6517e694d95a411bae4041d6fea2d960213 --- requirements.txt | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index af3e63ab..fb0667a1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ six>=1.9.0 # MIT kazoo>=2.2 # Apache-2.0 kafka-python<1.0.0,>=0.9.5 # Apache-2.0 PyMySQL!=0.7.7,>=0.6.2 # MIT License -oslo.config>=3.14.0 # Apache-2.0 +oslo.config!=3.18.0,>=3.14.0 # Apache-2.0 pbr>=1.6 # Apache-2.0 ujson>=1.35 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index d71354c6..5e90e4bf 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,7 +4,7 @@ # Hacking already pins down pep8, pyflakes and flake8 hacking<0.12,>=0.11.0 # Apache-2.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 httplib2>=0.7.5 # MIT mock>=2.0 # BSD