diff --git a/requirements.txt b/requirements.txt index 45febfa7a6..920412c5f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ pbr>=0.6,!=0.7,<1.0 -SQLAlchemy>=0.7.8,<=0.9.99 +SQLAlchemy>=0.7.8,!=0.9.5,<=0.9.99 eventlet>=0.13.0 kombu>=2.4.8 Routes>=1.12.3 @@ -11,16 +11,16 @@ netaddr>=0.7.6 httplib2>=0.7.5 lxml>=2.3 passlib -python-heatclient>=0.2.3 +python-heatclient>=0.2.9 python-novaclient>=2.17.0 python-cinderclient>=1.0.6 -python-keystoneclient>=0.8.0 +python-keystoneclient>=0.9.0 python-swiftclient>=2.0.2 python-designateclient>=1.0.0 iso8601>=0.1.9 jsonschema>=2.0.0,<3.0.0 Jinja2 pexpect>=3.1 # ISC License -oslo.config>=1.2.0 +oslo.config>=1.2.1 MySQL-python Babel>=1.3 diff --git a/test-requirements.txt b/test-requirements.txt index aea65b40f2..5defe7767a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,12 +1,12 @@ # Hacking already pins down pep8, pyflakes and flake8 hacking>=0.8.0,<0.9 -sphinx>=1.1.2,<1.2 +sphinx>=1.1.2,!=1.2.0,<1.3 oslosphinx coverage>=3.6 nose nosexcover -openstack-doc-tools>=0.13 +openstack-doc-tools>=0.15 openstack.nose_plugin>=0.7 WebTest>=2.0 wsgi_intercept>=0.6.1 # MIT License @@ -17,5 +17,5 @@ mox3>=0.7.0 testtools>=0.9.34 discover testrepository>=0.0.18 -six>=1.6.0 +six>=1.7.0