From 148e969f3de409321ecbc20b62d4aceae351647e Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Mon, 13 Mar 2017 19:31:09 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I561a89be18c6973ce6a6d778cc0b6fad5518d2b2 --- requirements.txt | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 246985be6b..a0077abbd9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ keystonemiddleware>=4.12.0 # Apache-2.0 lxml!=3.7.0,>=2.3 # BSD netaddr!=0.7.16,>=0.7.13 # BSD oslo.cache>=1.5.0 # Apache-2.0 -oslo.config!=3.18.0,>=3.14.0 # Apache-2.0 +oslo.config>=3.22.0 # Apache-2.0 oslo.concurrency>=3.8.0 # Apache-2.0 oslo.context>=2.12.0 # Apache-2.0 oslo.db>=4.15.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 1b985aab92..ad68bdab09 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,7 +7,7 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 bandit>=1.1.0 # Apache-2.0 coverage>=4.0 # Apache-2.0 fixtures>=3.0.0 # Apache-2.0/BSD -kombu>=3.0.25 # BSD +kombu!=4.0.2,>=4.0.0 # BSD mock>=2.0 # BSD mox3!=0.19.0,>=0.7.0 # Apache-2.0 PyMySQL>=0.7.6 # MIT License