From ee55408acb32c4e426a298827d8c3f73942ec2da Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Tue, 31 Mar 2015 18:39:46 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I7908128b82e80f347f4e6014301d7ed8a2e6b2d7 --- requirements.txt | 6 +++--- test-requirements.txt | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 39bb5981..57085d9a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,13 +8,13 @@ Babel>=1.3 # The egg=tripleo-heat-templates suffix is needed by pbr's requirements # processing code http://tarballs.openstack.org/tripleo-heat-templates/tripleo-heat-templates-master.tar.gz#egg=tripleo_heat_templates -eventlet>=0.16.1 +eventlet>=0.16.1,!=0.17.0 greenlet>=0.3.2 iso8601>=0.1.9 kombu>=2.5.0 lxml>=2.3 -oslo.config>=1.9.0 # Apache-2.0 -oslo.db>=1.5.0 # Apache-2.0 +oslo.config>=1.9.3,<1.10.0 # Apache-2.0 +oslo.db>=1.7.0,<1.8.0 # Apache-2.0 pecan>=0.8.0 posix_ipc python-heatclient>=0.3.0 diff --git a/test-requirements.txt b/test-requirements.txt index 61bb2d1e..6a74a5c4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,11 +8,11 @@ coverage>=3.6 discover fixtures>=0.3.14 mock>=1.0 -oslotest>=1.2.0 # Apache-2.0 +oslotest>=1.5.1,<1.6.0 # Apache-2.0 # Doc requirements sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 sphinxcontrib-pecanwsme>=0.8 -stevedore>=1.1.0 # Apache-2.0 +stevedore>=1.3.0,<1.4.0 # Apache-2.0 testrepository>=0.0.18 testtools>=0.9.36,!=1.2.0 unittest2