From 68cb0278734f43d4f227347981fa5960d3cbd3b9 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 27 Oct 2016 12:15:27 +0000 Subject: [PATCH] Updated from global requirements Change-Id: Ida1ac4b9102c2032d6c44e50897f869674ede2d6 --- requirements.txt | 4 ++-- test-requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 354883f19f..ccfd15bcf1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ eventlet!=0.18.3,>=0.18.2 # MIT greenlet>=0.3.2 # MIT lxml>=2.3 # BSD netaddr!=0.7.16,>=0.7.13 # BSD -oslo.config>=3.14.0 # Apache-2.0 +oslo.config!=3.18.0,>=3.14.0 # Apache-2.0 oslo.context>=2.9.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 @@ -22,7 +22,7 @@ oslo.policy>=1.15.0 # Apache-2.0 oslo.rootwrap>=5.0.0 # Apache-2.0 oslo.serialization>=1.10.0 # Apache-2.0 oslo.service>=1.10.0 # Apache-2.0 -oslo.utils>=3.16.0 # Apache-2.0 +oslo.utils>=3.17.0 # Apache-2.0 oslo.concurrency>=3.8.0 # Apache-2.0 paramiko>=2.0 # LGPLv2.1+ Paste # MIT diff --git a/test-requirements.txt b/test-requirements.txt index bbab7bf66c..5460b2cd7c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,7 +6,7 @@ hacking<0.11,>=0.10.2 bashate>=0.2 # Apache-2.0 -coverage>=3.6 # Apache-2.0 +coverage>=4.0 # Apache-2.0 ddt>=1.0.1 # MIT fixtures>=3.0.0 # Apache-2.0/BSD mock>=2.0 # BSD