summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-11-05 05:59:09 +0000
committerGerrit Code Review <review@openstack.org>2015-11-05 05:59:09 +0000
commitb4ec4c4e86cdf18fbc47c154cabfb1cc86c4dc96 (patch)
tree1e874d2bc2647c4e3f256a49ecf72442f1f00b55
parent30cb3cee44079b1683e95ccff8cec011848cdc61 (diff)
parent36290ab997abefd7e81685e2b6c0ac9da5fe3721 (diff)
downloadoslo-messaging-b4ec4c4e86cdf18fbc47c154cabfb1cc86c4dc96.tar.gz
Merge "Updated from global requirements" into stable/kilo
-rw-r--r--requirements-py3.txt2
-rw-r--r--requirements.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/requirements-py3.txt b/requirements-py3.txt
index 6344726..e970935 100644
--- a/requirements-py3.txt
+++ b/requirements-py3.txt
@@ -4,7 +4,7 @@
oslo.config<1.10.0,>=1.9.3 # Apache-2.0
oslo.serialization<1.5.0,>=1.4.0 # Apache-2.0
-oslo.utils<1.5.0,>=1.4.0 # Apache-2.0
+oslo.utils!=1.4.1,<1.5.0,>=1.4.0 # Apache-2.0
oslo.i18n<1.6.0,>=1.5.0 # Apache-2.0
stevedore<1.4.0,>=1.3.0 # Apache-2.0
diff --git a/requirements.txt b/requirements.txt
index 4166101..ba39025 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,7 +5,7 @@
pbr!=0.7,<1.0,>=0.6
oslo.config<1.10.0,>=1.9.3 # Apache-2.0
-oslo.utils<1.5.0,>=1.4.0 # Apache-2.0
+oslo.utils!=1.4.1,<1.5.0,>=1.4.0 # Apache-2.0
oslo.serialization<1.5.0,>=1.4.0 # Apache-2.0
oslo.i18n<1.6.0,>=1.5.0 # Apache-2.0
stevedore<1.4.0,>=1.3.0 # Apache-2.0