diff --git a/requirements.txt b/requirements.txt index e55781668d..c069b836a1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ pbr>=0.6,!=0.7,<1.0 SQLAlchemy>=0.8.4,<=0.8.99,>=0.9.7,<=0.9.99 -eventlet>=0.13.0 +eventlet>=0.15.1 keystonemiddleware>=1.0.0 kombu>=2.4.8 Routes>=1.12.3,!=2.0 @@ -15,10 +15,10 @@ passlib python-heatclient>=0.2.9 python-novaclient>=2.17.0 python-cinderclient>=1.0.7 -python-keystoneclient>=0.9.0 -python-swiftclient>=2.0.2 +python-keystoneclient>=0.10.0 +python-swiftclient>=2.2.0 python-designateclient>=1.0.0 -python-neutronclient>=2.3.5,<3 +python-neutronclient>=2.3.6,<3 iso8601>=0.1.9 jsonschema>=2.0.0,<3.0.0 Jinja2 diff --git a/test-requirements.txt b/test-requirements.txt index 26c7196cfa..5c17916313 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.0,<1.3 -oslosphinx +oslosphinx>=2.2.0.0a2 coverage>=3.6 nose nosexcover -openstack-doc-tools>=0.17 +openstack-doc-tools>=0.18.1 openstack.nose_plugin>=0.7 WebTest>=2.0 wsgi_intercept>=0.6.1 # MIT License