From 983aa78d37c82ef229a937bd1d71e227f8a0c625 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 23 Mar 2017 15:10:53 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I7cd9bd93477b658f657fc1542e4209f1311d777e --- requirements.txt | 2 +- setup.py | 2 +- test-requirements.txt | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index dcd2e9d..5127b84 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. Django<1.9,>=1.8 # BSD -python-freezerclient>=1.0.0 # Apache-2.0 +python-freezerclient>=1.3.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 72419a1..abeda1a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,12 +7,12 @@ coverage>=4.0 # Apache-2.0 mock>=2.0 # BSD mox>=0.5.3 # Apache-2.0 mox3!=0.19.0,>=0.7.0 # Apache-2.0 -oslo.config!=3.18.0,>=3.14.0 # Apache-2.0 +oslo.config>=3.22.0 # Apache-2.0 pylint==1.4.5 # GPLv2 testrepository>=0.0.18 # Apache-2.0/BSD testtools>=1.4.0 # MIT unittest2 # BSD -sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +sphinx>=1.5.1 # BSD oslosphinx>=4.7.0 # Apache-2.0 nose # LGPL nosehtmloutput>=0.0.3 # Apache-2.0