summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-11-16 11:24:11 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-11-16 11:24:11 +0000
commit8d6d10dc877042db2c913915e0fb472aa7e93728 (patch)
treeb65f769390d4e6b786ad9c467aee7f2ccaf3ef06
parent27979b9756623d677a5ada86bd5eced2c215cf8d (diff)
downloadpython-keystoneclient-8d6d10dc877042db2c913915e0fb472aa7e93728.tar.gz
Updated from global requirements
Change-Id: I1a61cb7ddd1de429f2402f9da315c4b5b6cdee39
-rw-r--r--requirements.txt2
-rw-r--r--test-requirements.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt
index a4011b7..3307773 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -11,5 +11,5 @@ oslo.i18n>=3.15.3 # Apache-2.0
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
oslo.utils>=3.31.0 # Apache-2.0
requests>=2.14.2 # Apache-2.0
-six>=1.9.0 # MIT
+six>=1.10.0 # MIT
stevedore>=1.20.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 17e4685..0e2b0bc 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -16,11 +16,11 @@ oslotest>=1.10.0 # Apache-2.0
reno>=2.5.0 # Apache-2.0
requests-mock>=1.1.0 # Apache-2.0
sphinx>=1.6.2 # BSD
-tempest>=16.1.0 # Apache-2.0
+tempest>=17.1.0 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD
testresources>=2.0.0 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
-testtools>=1.4.0 # MIT
+testtools>=2.2.0 # MIT
# Bandit security code scanner
bandit>=1.1.0 # Apache-2.0