diff --git a/requirements-py3.txt b/requirements-py3.txt index 1befb08bc..fed41f041 100644 --- a/requirements-py3.txt +++ b/requirements-py3.txt @@ -8,14 +8,14 @@ netaddr>=0.7.6 PasteDeploy>=1.5.0 Paste Routes>=1.12.3 -six>=1.6.0 +six>=1.7.0 SQLAlchemy>=0.7.8,<=0.9.99 sqlalchemy-migrate>=0.9.1 passlib lxml>=2.3 iso8601>=0.1.9 python-keystoneclient>=0.9.0 -oslo.config>=1.2.0 +oslo.config>=1.2.1 # oslo.messaging tries to pull in eventlet # oslo.messaging>=1.3.0a4 Babel>=1.3 diff --git a/requirements.txt b/requirements.txt index 31b98eabe..8ad8d5ef8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,14 +7,14 @@ netaddr>=0.7.6 PasteDeploy>=1.5.0 Paste Routes>=1.12.3 -six>=1.6.0 +six>=1.7.0 SQLAlchemy>=0.7.8,<=0.9.99 sqlalchemy-migrate>=0.9.1 passlib lxml>=2.3 iso8601>=0.1.9 python-keystoneclient>=0.9.0 -oslo.config>=1.2.0 +oslo.config>=1.2.1 oslo.messaging>=1.3.0 Babel>=1.3 oauthlib>=0.6 diff --git a/test-requirements-py3.txt b/test-requirements-py3.txt index 25a421502..fc44edd25 100644 --- a/test-requirements-py3.txt +++ b/test-requirements-py3.txt @@ -9,7 +9,7 @@ hacking>=0.8.0,<0.9 # python-memcached>=1.48 # Optional dogpile backend: MongoDB -pymongo>=2.4 +pymongo>=2.5 # python-ldap does not install on py3 # authenticate against an existing LDAP server @@ -24,7 +24,7 @@ fixtures>=0.3.14 mock>=1.0 oslotest # required to build documentation -sphinx>=1.2.1,<1.3 +sphinx>=1.1.2,!=1.2.0,<1.3 # test wsgi apps without starting an http server WebTest>=2.0 diff --git a/test-requirements.txt b/test-requirements.txt index f983eabde..3e061ae1f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,7 +7,7 @@ pysqlite python-memcached>=1.48 # Optional dogpile backend: MongoDB -pymongo>=2.4 +pymongo>=2.5 # Optional backend: LDAP # authenticate against an existing LDAP server @@ -22,7 +22,7 @@ fixtures>=0.3.14 mock>=1.0 oslotest # required to build documentation -sphinx>=1.2.1,<1.3 +sphinx>=1.1.2,!=1.2.0,<1.3 # test wsgi apps without starting an http server WebTest>=2.0