summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-11-01 13:34:11 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-11-01 13:34:11 +0000
commitcf1148c1df86a37f94dfd289fc221cbdb3b057af (patch)
tree53a1252df601bbbcabe920f1ee290c8834c47412
parentc0e1e88438d7d245955ea54452378e8d063c758b (diff)
downloadoslo-middleware-cf1148c1df86a37f94dfd289fc221cbdb3b057af.tar.gz
Updated from global requirements
Change-Id: Id67ce4576ba7ff2d9b1434fbc87f61e3dbb9f4d8
-rw-r--r--requirements.txt4
-rw-r--r--test-requirements.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt
index db1bfbd..954bc35 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,10 +4,10 @@
pbr>=1.6 # Apache-2.0
Jinja2>=2.8 # BSD License (3 clause)
-oslo.config>=3.14.0 # Apache-2.0
+oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
oslo.context>=2.9.0 # Apache-2.0
oslo.i18n>=2.1.0 # Apache-2.0
-oslo.utils>=3.16.0 # Apache-2.0
+oslo.utils>=3.17.0 # Apache-2.0
six>=1.9.0 # MIT
stevedore>=1.17.1 # Apache-2.0
WebOb>=1.6.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index b241c09..4f1af7b 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9,5 +9,5 @@ oslosphinx>=4.7.0 # Apache-2.0
oslotest>=1.10.0 # Apache-2.0
sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
testtools>=1.4.0 # MIT
-coverage>=3.6 # Apache-2.0
+coverage>=4.0 # Apache-2.0
reno>=1.8.0 # Apache2