summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-11-16 11:03:26 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-11-16 11:03:26 +0000
commit45e3c49ad5c77ac7232741f68d66a3dd8975ef3d (patch)
tree2db910aa63bed209472504310bc1415d7082d2d2
parentff5a73978376a0d9a38dee49b39c9d1c3a56777f (diff)
downloadglance_store-45e3c49ad5c77ac7232741f68d66a3dd8975ef3d.tar.gz
Updated from global requirements
Change-Id: Id3935c9a7294eb02ace95abbe5378b7afd2ee081
-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 89141b1..92c23d6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10,7 +10,7 @@ stevedore>=1.20.0 # Apache-2.0
enum34>=1.0.4;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD
eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT
-six>=1.9.0 # MIT
+six>=1.10.0 # MIT
jsonschema<3.0.0,>=2.6.0 # MIT
keystoneauth1>=3.2.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index b35f86c..533e1f0 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10,11 +10,11 @@ mock>=2.0.0 # BSD
# Unit testing
coverage!=4.4,>=4.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
-python-subunit>=0.0.18 # Apache-2.0/BSD
+python-subunit>=1.0.0 # Apache-2.0/BSD
requests-mock>=1.1.0 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
-testtools>=1.4.0 # MIT
+testtools>=2.2.0 # MIT
oslotest>=1.10.0 # Apache-2.0
os-testr>=1.0.0 # Apache-2.0
bandit>=1.1.0 # Apache-2.0