From 94b063a82a837296232998174ce9ba598b32e950 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Mon, 29 Sep 2014 21:05:26 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I48350d765a1345a98de07bc1e269940b849840b1 --- requirements-py2.txt | 4 ++-- requirements-py3.txt | 4 ++-- test-requirements.txt | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements-py2.txt b/requirements-py2.txt index 3f6292dd..61348779 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 8befdafc..ea305822 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 d74dd5ee..19856bb6 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