summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-03-03 00:03:09 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-03-03 00:03:09 +0000
commitf3e52752eabd93404c8011ba2e3ef96d22b9ec87 (patch)
tree35ad78049d653fa8ab6f7148703a2456b510ae54
parent93d1dac08cbc2c9b4e304a259641a4015365dffb (diff)
downloadoslo-middleware-f3e52752eabd93404c8011ba2e3ef96d22b9ec87.tar.gz
Updated from global requirements3.24.0
Change-Id: Ia6f0c93b68aef3baa5099ad51587cecd2ab923c7
-rw-r--r--requirements.txt6
-rw-r--r--setup.py2
-rw-r--r--test-requirements.txt2
3 files changed, 5 insertions, 5 deletions
diff --git a/requirements.txt b/requirements.txt
index 3471b7c..a4933e9 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,14 +2,14 @@
# 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
Jinja2!=2.9.0,!=2.9.1,!=2.9.2,!=2.9.3,!=2.9.4,>=2.8 # BSD License (3 clause)
oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
oslo.context>=2.12.0 # Apache-2.0
oslo.i18n>=2.1.0 # Apache-2.0
-oslo.utils>=3.18.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
WebOb>=1.6.0 # MIT
debtcollector>=1.2.0 # Apache-2.0
statsd>=3.2.1 # MIT
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 8b43cda..6462cd9 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
fixtures>=3.0.0 # Apache-2.0/BSD
-hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
+hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
mock>=2.0 # BSD
oslosphinx>=4.7.0 # Apache-2.0
oslotest>=1.10.0 # Apache-2.0