diff --git a/requirements.txt b/requirements.txt index 08232b5d..805f8ebf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,17 +9,17 @@ 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.15.1 +eventlet>=0.15.2 greenlet>=0.3.2 iso8601>=0.1.9 -kombu>=2.4.8 +kombu>=2.5.0 lxml>=2.3 -oslo.config>=1.4.0.0a3 -oslo.db>=0.4.0 # Apache-2.0 +oslo.config>=1.4.0 # Apache-2.0 +oslo.db>=1.0.0 # Apache-2.0 pecan>=0.5.0 posix_ipc python-heatclient>=0.2.9 -python-keystoneclient>=0.10.0 +python-keystoneclient>=0.11.1 PyYAML>=3.1.0 six>=1.7.0 SQLAlchemy>=0.8.4,<=0.8.99,>=0.9.7,<=0.9.99 diff --git a/test-requirements.txt b/test-requirements.txt index 307cb628..c268dd28 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.1.0.0a2 +oslotest>=1.1.0 # Apache-2.0 # Doc requirements -sphinx>=1.1.2,!=1.2.0,<1.3 +sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 sphinxcontrib-pecanwsme>=0.8 -stevedore>=0.14 +stevedore>=1.0.0 # Apache-2.0 testrepository>=0.0.18 testtools>=0.9.34 unittest2