summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-02-09 18:30:05 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-02-09 18:30:05 +0000
commit99e2ab64b4656b6cdaed9bbc5c23ef7acbbd6672 (patch)
tree70824bef1c0464b80005ca3a1f0f861f9627c2c0
parente92ede64cb893ea6ff940c19bff8fa55dfec1dc0 (diff)
downloadoslo-db-99e2ab64b4656b6cdaed9bbc5c23ef7acbbd6672.tar.gz
Updated from global requirements
Change-Id: I5430adda717798e4ec31edbeab4e9aa72e5f80fa
-rw-r--r--requirements.txt2
-rw-r--r--test-requirements-py2.txt2
-rw-r--r--test-requirements-py3.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt
index 9cacdd6..1673a51 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
pbr>=0.6,!=0.7,<1.0
-alembic>=0.7.1
+alembic>=0.7.2
Babel>=1.3
iso8601>=0.1.9
oslo.i18n>=1.3.0 # Apache-2.0
diff --git a/test-requirements-py2.txt b/test-requirements-py2.txt
index e9e8455..72d7a8c 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>=0.1.0
+tempest-lib>=0.2.0
diff --git a/test-requirements-py3.txt b/test-requirements-py3.txt
index 0d1d43b..8501d75 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>=0.1.0
+tempest-lib>=0.2.0
# TODO(harlowja): add in pymysql when able to...
# https://review.openstack.org/#/c/123737