From d25cda389ca940274d1e820ccf16126c623b61c3 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 2 Mar 2017 11:45:30 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I0783b599db8914f26badc13dee9dab8174fd7b86 --- requirements.txt | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 42cb5a6f4..a14bab9d9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT keystoneauth1>=2.18.0 # Apache-2.0 keystonemiddleware>=4.12.0 # Apache-2.0 netaddr!=0.7.16,>=0.7.13 # BSD -pbr>=1.8 # Apache-2.0 +pbr>=2.0.0 # Apache-2.0 python-ironicclient>=1.11.0 # Apache-2.0 python-swiftclient>=3.2.0 # Apache-2.0 pytz>=2013.6 # MIT @@ -28,5 +28,5 @@ oslo.rootwrap>=5.0.0 # Apache-2.0 oslo.serialization>=1.10.0 # Apache-2.0 oslo.utils>=3.20.0 # Apache-2.0 six>=1.9.0 # MIT -stevedore>=1.17.1 # Apache-2.0 +stevedore>=1.20.0 # Apache-2.0 SQLAlchemy<1.1.0,>=1.0.10 # MIT diff --git a/setup.py b/setup.py index 782bb21f0..566d84432 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)