summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-11-16 11:29:44 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-11-16 11:29:44 +0000
commit8c34b0ec32a08fee1b4eb5dea3895003be0672fa (patch)
tree3c647068ddd3a7a94188109b04c7346cd086ccdb
parent6f37d007815378ed75b6a2e576df1426905ed81a (diff)
downloadtaskflow-8c34b0ec32a08fee1b4eb5dea3895003be0672fa.tar.gz
Updated from global requirements
Change-Id: Ifcb5b175b25a265e06a2c37b9941f1251913e3b3
-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