summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2017-11-20 09:45:28 +0000
committerGerrit Code Review <review@openstack.org>2017-11-20 09:45:28 +0000
commitc987c5b3d0b97f265aa6fe250d19cda4f34567af (patch)
tree3b7b4d9a03f6860531a47cfbafe4d01c34299316
parentbf70bd0cd02f44137d96b68b935b6b57b6484cf8 (diff)
parent8c34b0ec32a08fee1b4eb5dea3895003be0672fa (diff)
downloadtaskflow-c987c5b3d0b97f265aa6fe250d19cda4f34567af.tar.gz
Merge "Updated from global requirements"
-rw-r--r--requirements.txt2
-rw-r--r--setup.cfg2
2 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index a6a6865..c2b2c7b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,7 +8,7 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
# Packages needed for using this library.
# Python 2->3 compatibility library.
-six>=1.9.0 # MIT
+six>=1.10.0 # MIT
# Enum library made for <= python 3.3
enum34>=1.0.4;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD
diff --git a/setup.cfg b/setup.cfg
index 39ddc7e..d409113 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -80,7 +80,7 @@ test =
hacking<0.11,>=0.10.0
oslotest>=1.10.0 # Apache-2.0
mock>=2.0.0 # BSD
- testtools>=1.4.0 # MIT
+ testtools>=2.2.0 # MIT
testscenarios>=0.4 # Apache-2.0/BSD
doc8>=0.6.0 # Apache-2.0
reno>=2.5.0 # Apache-2.0