summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-09-11 21:51:23 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-09-11 21:51:23 +0000
commitf9065c4d97b99b33c2e2299f236b9c6cfe100d29 (patch)
tree4ee039ae750dc1015b4e41db2148b0bb988fcf75
parentdaefa879e6d34643c428fa076c69cdeca30bd8dd (diff)
downloadtaskflow-f9065c4d97b99b33c2e2299f236b9c6cfe100d29.tar.gz
Updated from global requirements2.15.0
Change-Id: I41da9989b00c88543e1fe77fa994eb9f0be7a2d3
-rw-r--r--requirements.txt12
-rw-r--r--setup.cfg2
2 files changed, 7 insertions, 7 deletions
diff --git a/requirements.txt b/requirements.txt
index fc2a04d..d0160cf 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -14,7 +14,7 @@ six>=1.9.0 # MIT
enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD
# For async and/or periodic work
-futurist!=0.15.0,>=0.11.0 # Apache-2.0
+futurist>=1.2.0 # Apache-2.0
# For reader/writer + interprocess locks.
fasteners>=0.7.0 # Apache-2.0
@@ -32,18 +32,18 @@ stevedore>=1.20.0 # Apache-2.0
futures>=3.0;python_version=='2.7' or python_version=='2.6' # BSD
# Used for structured input validation
-jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT
+jsonschema<3.0.0,>=2.6.0 # MIT
# For the state machine we run with
-automaton>=0.5.0 # Apache-2.0
+automaton>=1.9.0 # Apache-2.0
# For common utilities
-oslo.utils>=3.20.0 # Apache-2.0
-oslo.serialization!=2.19.1,>=1.10.0 # Apache-2.0
+oslo.utils>=3.28.0 # Apache-2.0
+oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
tenacity>=3.2.1 # Apache-2.0
# For lru caches and such
-cachetools>=1.1.0 # MIT License
+cachetools>=2.0.0 # MIT License
# For deprecation of things
debtcollector>=1.2.0 # Apache-2.0
diff --git a/setup.cfg b/setup.cfg
index 4613d8d..1633ef5 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -74,7 +74,7 @@ database =
alembic>=0.8.10 # MIT
SQLAlchemy-Utils # BSD License
PyMySQL>=0.7.6 # MIT License
- psycopg2>=2.5 # LGPL/ZPL
+ psycopg2>=2.6.2 # LGPL/ZPL
test =
pydotplus>=2.0.2 # MIT License
hacking<0.11,>=0.10.0