From 81b239cc215021475698611a738758efa67a218d Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Wed, 15 Mar 2017 12:45:05 +0000 Subject: [PATCH] Updated from global requirements Change-Id: Iaaee5ebe873b6868e6503cc166a10637d04c33be --- requirements.txt | 8 ++++---- setup.py | 2 +- test-requirements.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 539bd5a..9a031d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,13 +1,13 @@ # The order of packages is significant, because pip processes them in the order # 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 PyMySQL>=0.7.6 # MIT License six>=1.9.0 # MIT -SQLAlchemy<1.1.0,>=1.0.10 # MIT -stevedore>=1.17.1 # Apache-2.0 +SQLAlchemy>=1.0.10 # MIT +stevedore>=1.20.0 # Apache-2.0 monasca-common>=1.4.0 # Apache-2.0 -oslo.config!=3.18.0,>=3.14.0 # Apache-2.0 +oslo.config>=3.22.0 # Apache-2.0 oslo.log>=3.11.0 # Apache-2.0 oslo.service>=1.10.0 # Apache-2.0 tooz>=1.47.0 # Apache-2.0 diff --git a/setup.py b/setup.py index 782bb21..566d844 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 e030584..9d9220d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,7 +8,7 @@ nose # LGPL mock>=2.0 # BSD fixtures>=3.0.0 # Apache-2.0/BSD # required to build documentation -sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +sphinx>=1.5.1 # BSD #oslosphinx>=4.7.0 # Apache-2.0 testrepository>=0.0.18 # Apache-2.0/BSD # computes code coverage percentages