summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2014-09-29 21:05:26 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2014-09-29 21:05:26 +0000
commit94b063a82a837296232998174ce9ba598b32e950 (patch)
tree7a74f3ec3d061b3a35b00d5f38142b5e2a88b2ee
parent54acb650791bf195ddc0f156135edeec1a65f287 (diff)
downloadtaskflow-94b063a82a837296232998174ce9ba598b32e950.tar.gz
Updated from global requirements
Change-Id: I48350d765a1345a98de07bc1e269940b849840b1
-rw-r--r--requirements-py2.txt4
-rw-r--r--requirements-py3.txt4
-rw-r--r--test-requirements.txt4
3 files changed, 6 insertions, 6 deletions
diff --git a/requirements-py2.txt b/requirements-py2.txt
index 3f6292d..6134877 100644
--- a/requirements-py2.txt
+++ b/requirements-py2.txt
@@ -23,5 +23,5 @@ futures>=2.1.6
jsonschema>=2.0.0,<3.0.0
# For common utilities
-oslo.utils>=0.3.0
-oslo.serialization>=0.1.0
+oslo.utils>=1.0.0 # Apache-2.0
+oslo.serialization>=1.0.0 # Apache-2.0
diff --git a/requirements-py3.txt b/requirements-py3.txt
index 8befdaf..ea30582 100644
--- a/requirements-py3.txt
+++ b/requirements-py3.txt
@@ -17,5 +17,5 @@ stevedore>=1.0.0 # Apache-2.0
jsonschema>=2.0.0,<3.0.0
# For common utilities
-oslo.utils>=0.3.0
-oslo.serialization>=0.1.0
+oslo.utils>=1.0.0 # Apache-2.0
+oslo.serialization>=1.0.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index d74dd5e..19856bb 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -3,12 +3,12 @@
# process, which may cause wedges in the gate later.
hacking>=0.9.2,<0.10
-oslotest>=1.1.0 # Apache-2.0
+oslotest>=1.1.0 # Apache-2.0
mock>=1.0
testtools>=0.9.34
# Used for testing the WBE engine.
-kombu>=2.4.8
+kombu>=2.5.0
# Used for testing zookeeper & backends.
zake>=0.1 # Apache-2.0