diff --git a/requirements-py3.txt b/requirements-py3.txt index cd481b100..1fcaaed19 100644 --- a/requirements-py3.txt +++ b/requirements-py3.txt @@ -17,7 +17,7 @@ SQLAlchemy>=0.8.4,<=0.8.99,>=0.9.7,<=0.9.99 sqlalchemy-migrate>=0.9.1,!=0.9.2 passlib iso8601>=0.1.9 -python-keystoneclient>=0.10.0 +python-keystoneclient>=0.11.1 keystonemiddleware>=1.0.0 oslo.config>=1.4.0 # Apache-2.0 # oslo.messaging tries to pull in eventlet diff --git a/requirements.txt b/requirements.txt index 994acb39a..f69e98b46 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ # keystone dependencies pbr>=0.6,!=0.7,<1.0 WebOb>=1.2.3 -eventlet>=0.15.1 +eventlet>=0.15.2 greenlet>=0.3.2 netaddr>=0.7.12 PasteDeploy>=1.5.0 @@ -16,7 +16,7 @@ SQLAlchemy>=0.8.4,<=0.8.99,>=0.9.7,<=0.9.99 sqlalchemy-migrate>=0.9.1,!=0.9.2 passlib iso8601>=0.1.9 -python-keystoneclient>=0.10.0 +python-keystoneclient>=0.11.1 keystonemiddleware>=1.0.0 oslo.config>=1.4.0 # Apache-2.0 oslo.messaging>=1.4.0 diff --git a/test-requirements-py3.txt b/test-requirements-py3.txt index 30fc13c07..4a5bcbb8f 100644 --- a/test-requirements-py3.txt +++ b/test-requirements-py3.txt @@ -31,9 +31,9 @@ fixtures>=0.3.14 lxml>=2.3 # mock object framework mock>=1.0 -oslotest>=1.1.0 # Apache-2.0 +oslotest>=1.2.0 # Apache-2.0 # required to build documentation -sphinx>=1.1.2,!=1.2.0,<1.3 +sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 # test wsgi apps without starting an http server WebTest>=2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 9bc654297..ca09b7052 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -32,9 +32,9 @@ fixtures>=0.3.14 lxml>=2.3 # mock object framework mock>=1.0 -oslotest>=1.1.0 # Apache-2.0 +oslotest>=1.2.0 # Apache-2.0 # required to build documentation -sphinx>=1.1.2,!=1.2.0,<1.3 +sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 # test wsgi apps without starting an http server WebTest>=2.0