From 686e1cb3096a086c42a403c14e5e03263e2c850e Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Mon, 22 Jan 2018 10:50:46 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I0cb372a4646d83dea842a1afd58d5dc68aff47cd --- requirements.txt | 6 +++--- setup.py | 2 +- test-requirements.txt | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index a0f143d..4f005a6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,8 +5,8 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 botocore>=1.5.1 # Apache-2.0 oslo.config>=5.1.0 # Apache-2.0 -oslo.log>=3.30.0 # Apache-2.0 +oslo.log>=3.36.0 # Apache-2.0 six>=1.10.0 # MIT testtools>=2.2.0 # MIT -paramiko>=2.0.0 # LGPLv2.1+ -netaddr>=0.7.18 # BSD +paramiko>=2.0.0 # LGPLv2.1+ +netaddr>=0.7.18 # BSD diff --git a/setup.py b/setup.py index 056c16c..566d844 100644 --- a/setup.py +++ b/setup.py @@ -25,5 +25,5 @@ except ImportError: pass setuptools.setup( - setup_requires=['pbr'], + setup_requires=['pbr>=2.0.0'], pbr=True) diff --git a/test-requirements.txt b/test-requirements.txt index b55a77e..c43a3e0 100644 --- a/test-requirements.txt +++ b/test-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. -hacking>=0.12.0,<0.13 # Apache-2.0 +hacking<0.13,>=0.12.0 # Apache-2.0