From f81653bb7fb64af6c35cda94b197cf7748bf7f07 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Sat, 24 Jan 2015 20:23:31 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I797f4532e39a700e70a2834ac299663118c608cc --- requirements.txt | 2 +- test-requirements-py2.txt | 2 +- test-requirements-py3.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3522b8d..9cacdd6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ pbr>=0.6,!=0.7,<1.0 alembic>=0.7.1 Babel>=1.3 iso8601>=0.1.9 -oslo.i18n>=1.0.0 # Apache-2.0 +oslo.i18n>=1.3.0 # Apache-2.0 oslo.config>=1.6.0 # Apache-2.0 oslo.utils>=1.2.0 # Apache-2.0 SQLAlchemy>=0.9.7,<=0.9.99 diff --git a/test-requirements-py2.txt b/test-requirements-py2.txt index 2cb1c75..e9e8455 100644 --- a/test-requirements-py2.txt +++ b/test-requirements-py2.txt @@ -17,4 +17,4 @@ oslotest>=1.2.0 # Apache-2.0 testrepository>=0.0.18 testscenarios>=0.4 testtools>=0.9.36,!=1.2.0 -tempest-lib +tempest-lib>=0.1.0 diff --git a/test-requirements-py3.txt b/test-requirements-py3.txt index d248785..0d1d43b 100644 --- a/test-requirements-py3.txt +++ b/test-requirements-py3.txt @@ -16,7 +16,7 @@ oslotest>=1.2.0 # Apache-2.0 testrepository>=0.0.18 testscenarios>=0.4 testtools>=0.9.36,!=1.2.0 -tempest-lib +tempest-lib>=0.1.0 # TODO(harlowja): add in pymysql when able to... # https://review.openstack.org/#/c/123737