From 5e2516047bffdab19a5f28939e444219f5402357 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Sat, 9 Jan 2016 05:55:09 +0000 Subject: [PATCH] Updated from global requirements Change-Id: Ic00c639b75d65c6fd077119ef02955845b698f67 --- requirements.txt | 12 ++++++------ setup.py | 2 +- test-requirements.txt | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index de6e406..865ea11 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,13 +2,13 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -pbr<2.0,>=1.4 +pbr>=1.6 Babel>=1.3 alembic>=0.8.0 -oslo.config>=2.7.0 # Apache-2.0 -oslo.db>=3.2.0 # Apache-2.0 +oslo.config>=3.2.0 # Apache-2.0 +oslo.db>=4.1.0 # Apache-2.0 oslo.i18n>=1.5.0 # Apache-2.0 -oslo.log>=1.12.0 # Apache-2.0 -oslo.messaging!=2.8.0,>2.6.1 # Apache-2.0 -oslo.utils>=2.8.0 # Apache-2.0 +oslo.log>=1.14.0 # Apache-2.0 +oslo.messaging!=2.8.0,!=3.1.0,>2.6.1 # Apache-2.0 +oslo.utils>=3.2.0 # Apache-2.0 diff --git a/setup.py b/setup.py index d8080d0..782bb21 100644 --- a/setup.py +++ b/setup.py @@ -25,5 +25,5 @@ except ImportError: pass setuptools.setup( - setup_requires=['pbr>=1.3'], + setup_requires=['pbr>=1.8'], pbr=True) diff --git a/test-requirements.txt b/test-requirements.txt index 0c885d3..a139bf8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,7 +8,7 @@ coverage>=3.6 discover python-subunit>=0.0.18 sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 -oslosphinx>=2.5.0 # Apache-2.0 +oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0 testrepository>=0.0.18 testscenarios>=0.4