diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-05-03 13:32:54 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-05-03 13:32:54 +0000 |
commit | 9da3ceb1e105f37e3f422242878ec8bc9f0d916b (patch) | |
tree | 0c797f943daa99768ae773f9fdefa9e19cee546e | |
parent | 3daf70243b07217e9a15bc958ceaa2de62da010a (diff) | |
parent | 4e44ec035e2a53178fa8f8123df2ba8e1995a846 (diff) | |
download | oslo-db-9da3ceb1e105f37e3f422242878ec8bc9f0d916b.tar.gz |
Merge "Updated from global requirements"
-rw-r--r-- | requirements.txt | 2 | ||||
-rw-r--r-- | test-requirements-py2.txt | 2 | ||||
-rw-r--r-- | test-requirements-py3.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt index fda74e3..b408fc0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ alembic>=0.7.2 Babel>=1.3 iso8601>=0.1.9 oslo.i18n>=1.5.0 # Apache-2.0 -oslo.config>=1.9.3 # Apache-2.0 +oslo.config>=1.11.0 # Apache-2.0 oslo.utils>=1.4.0 # Apache-2.0 SQLAlchemy>=0.9.7,<=0.9.99 sqlalchemy-migrate>=0.9.5 diff --git a/test-requirements-py2.txt b/test-requirements-py2.txt index 5addb2b..93f2273 100644 --- a/test-requirements-py2.txt +++ b/test-requirements-py2.txt @@ -16,4 +16,4 @@ oslosphinx>=2.5.0 # Apache-2.0 oslotest>=1.5.1 # Apache-2.0 testrepository>=0.0.18 testtools>=0.9.36,!=1.2.0 -tempest-lib>=0.4.0 +tempest-lib>=0.5.0 diff --git a/test-requirements-py3.txt b/test-requirements-py3.txt index d760873..35c60e6 100644 --- a/test-requirements-py3.txt +++ b/test-requirements-py3.txt @@ -16,4 +16,4 @@ oslotest>=1.5.1 # Apache-2.0 PyMySQL>=0.6.2 # MIT License testrepository>=0.0.18 testtools>=0.9.36,!=1.2.0 -tempest-lib>=0.4.0 +tempest-lib>=0.5.0 |