summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-02-07 00:19:21 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-02-07 00:19:21 +0000
commit1d77904d22caf21b34ba0d3074e746dfa88fb412 (patch)
tree84ab8e65dbf3fac9d73d37b6112a1f1d4a4bcaa8
parent61efc31e965b8defac84aa494095fd3734f739eb (diff)
downloadtaskflow-1d77904d22caf21b34ba0d3074e746dfa88fb412.tar.gz
Updated from global requirements1.27.0
Change-Id: I521b1775d74138a1ae818330f9a0d5af63f921b0
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index b4d5988..5e73cb1 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -32,7 +32,7 @@ stevedore>=1.5.0 # Apache-2.0
futures>=3.0;python_version=='2.7' or python_version=='2.6' # BSD
# Backport for time.monotonic which is in 3.3+
-monotonic>=0.3 # Apache-2.0
+monotonic>=0.6 # Apache-2.0
# Used for structured input validation
jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT