summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-11-11 13:40:30 +0000
committerGerrit Code Review <review@openstack.org>2016-11-11 13:40:30 +0000
commit45a26e9f0cce6e6ea4ba8067e2afbe22794a39c7 (patch)
treead049db2fedb1e12efbc1f55c9ff00febece60b7
parent645a5e05ead8d3ae49cf698c697c52c850f71461 (diff)
parentc42e903fe263d0392892feb3391216f22a05436c (diff)
downloadtaskflow-45a26e9f0cce6e6ea4ba8067e2afbe22794a39c7.tar.gz
Merge "Updated from global requirements"
-rw-r--r--requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index f7ce7e8..3c830b3 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
# See: https://bugs.launchpad.net/pbr/+bug/1384919 for why this is here...
-pbr>=1.6 # Apache-2.0
+pbr>=1.8 # Apache-2.0
# Packages needed for using this library.
@@ -41,7 +41,7 @@ jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT
automaton>=0.5.0 # Apache-2.0
# For common utilities
-oslo.utils>=3.17.0 # Apache-2.0
+oslo.utils>=3.18.0 # Apache-2.0
oslo.serialization>=1.10.0 # Apache-2.0
tenacity>=3.2.1 # Apache-2.0