From a649d55fe6cbad991f2a286c32211ec5d21c712d Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 26 Mar 2015 11:01:09 +0000 Subject: [PATCH] Updated from global requirements Change-Id: Id8e1761be8c1beec1f653cf93059451a235ceca7 --- requirements.txt | 2 +- test-requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index be232768..968a0e27 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ pbr>=0.6,!=0.7,<1.0 Babel>=1.3 six>=1.9.0 iso8601>=0.1.9 -oslo.i18n>=1.3.0 # Apache-2.0 +oslo.i18n>=1.5.0,<1.6.0 # Apache-2.0 netaddr>=0.7.12 netifaces>=0.10.4 diff --git a/test-requirements.txt b/test-requirements.txt index 0fab2b3f..8cf6b964 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,7 +10,7 @@ python-subunit>=0.0.18 testrepository>=0.0.18 testscenarios>=0.4 testtools>=0.9.36,!=1.2.0 -oslotest>=1.2.0 # Apache-2.0 +oslotest>=1.5.1,<1.6.0 # Apache-2.0 # when we can require tox>= 1.4, this can go into tox.ini: # [testenv:cover] @@ -19,7 +19,7 @@ coverage>=3.6 # this is required for the docs build jobs 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 # mocking framework mock>=1.0