From 92d6eba364d219a1419f6f5a3a2f25ff2a9456a1 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Sat, 21 Mar 2015 00:18:41 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I974740d76ba4f2141a0c1ea43f3ac09122e280a9 --- requirements-py2.txt | 8 ++++---- requirements-py3.txt | 8 ++++---- test-requirements.txt | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/requirements-py2.txt b/requirements-py2.txt index 61a08161d..23c0a2d01 100644 --- a/requirements-py2.txt +++ b/requirements-py2.txt @@ -20,7 +20,7 @@ enum34 networkx>=1.8 # Used for backend storage engine loading. -stevedore>=1.1.0 # Apache-2.0 +stevedore>=1.3.0,<1.4.0 # Apache-2.0 # Backport for concurrent.futures which exists in 3.2+ futures>=2.1.6 @@ -29,8 +29,8 @@ futures>=2.1.6 jsonschema>=2.0.0,<3.0.0 # For common utilities -oslo.utils>=1.2.0 # Apache-2.0 -oslo.serialization>=1.2.0 # Apache-2.0 +oslo.utils>=1.4.0,<1.5.0 # Apache-2.0 +oslo.serialization>=1.4.0,<1.5.0 # Apache-2.0 # For deprecation of things -debtcollector>=0.2 +debtcollector>=0.3.0,<0.4.0 # Apache-2.0 diff --git a/requirements-py3.txt b/requirements-py3.txt index 457462b69..d67ad1a9c 100644 --- a/requirements-py3.txt +++ b/requirements-py3.txt @@ -17,14 +17,14 @@ enum34 networkx>=1.8 # Used for backend storage engine loading. -stevedore>=1.1.0 # Apache-2.0 +stevedore>=1.3.0,<1.4.0 # Apache-2.0 # Used for structured input validation jsonschema>=2.0.0,<3.0.0 # For common utilities -oslo.utils>=1.2.0 # Apache-2.0 -oslo.serialization>=1.2.0 # Apache-2.0 +oslo.utils>=1.4.0,<1.5.0 # Apache-2.0 +oslo.serialization>=1.4.0,<1.5.0 # Apache-2.0 # For deprecation of things -debtcollector>=0.2 +debtcollector>=0.3.0,<0.4.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 8c9a83a64..23d9ac3a5 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,7 +3,7 @@ # process, which may cause wedges in the gate later. hacking<0.11,>=0.10.0 -oslotest>=1.2.0 # Apache-2.0 +oslotest>=1.5.1,<1.6.0 # Apache-2.0 mock>=1.0 testtools>=0.9.36,!=1.2.0 testscenarios>=0.4 @@ -30,4 +30,4 @@ psycopg2 # Docs build jobs need these packages. sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 -oslosphinx>=2.2.0 # Apache-2.0 +oslosphinx>=2.5.0,<2.6.0 # Apache-2.0