From d64eb834032ed66d0f3bac1953aa107de04a8e2b Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Sat, 4 Mar 2017 01:43:26 +0000 Subject: [PATCH] Updated from global requirements Change-Id: If4c756fc20ae43ecd5be187a630e5995b596ec4a --- requirements.txt | 4 ++-- setup.py | 2 +- test-requirements.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1fd55cccf6..73c38dc70d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -pbr>=1.8 # Apache-2.0 +pbr>=2.0.0 # Apache-2.0 # < 0.8.0/0.8 does not work, see https://bugs.launchpad.net/bugs/1153983 SQLAlchemy<1.1.0,>=1.0.10 # MIT @@ -20,7 +20,7 @@ oslo.config!=3.18.0,>=3.14.0 # Apache-2.0 oslo.concurrency>=3.8.0 # Apache-2.0 oslo.context>=2.12.0 # Apache-2.0 oslo.utils>=3.20.0 # Apache-2.0 -stevedore>=1.17.1 # Apache-2.0 +stevedore>=1.20.0 # Apache-2.0 futurist!=0.15.0,>=0.11.0 # Apache-2.0 taskflow>=2.7.0 # Apache-2.0 keystoneauth1>=2.18.0 # Apache-2.0 diff --git a/setup.py b/setup.py index 782bb21f06..566d84432e 100644 --- a/setup.py +++ b/setup.py @@ -25,5 +25,5 @@ except ImportError: pass setuptools.setup( - setup_requires=['pbr>=1.8'], + setup_requires=['pbr>=2.0.0'], pbr=True) diff --git a/test-requirements.txt b/test-requirements.txt index 42d990e750..86c94b3602 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,7 +3,7 @@ # process, which may cause wedges in the gate later. # Hacking already pins down pep8, pyflakes and flake8 -hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0 +hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 # For translations processing Babel>=2.3.4 # BSD