From 042b22a078bf2fce45fcf983bcd35ab0b1f71170 Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Tue, 5 Mar 2019 10:55:45 -0500 Subject: [PATCH] Update required version of taskflow 2.16.0 is from a Queens release -- push things forward a bit to reduce the odds that we'll end up with issues related to dependency updates (such as networkx 2.0) or Python 3. Change-Id: I2b96530b32d7a32acb653d2b432e1421c12554bf --- lower-constraints.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index 9ae0cbf71bd..445ea4c4771 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -143,7 +143,7 @@ statsd==3.2.2 stestr==2.0.0 stevedore==1.20.0 suds-jurko==0.6 -taskflow==2.16.0 +taskflow==3.2.0 tempest==17.1.0 Tempita==0.5.2 tenacity==4.9.0 diff --git a/requirements.txt b/requirements.txt index 0347debe52e..f33c4e4da8e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -48,7 +48,7 @@ pytz>=2013.6 # MIT requests>=2.14.2,!=2.20.0 # Apache-2.0 retrying!=1.3.0,>=1.2.3 # Apache-2.0 Routes>=2.3.1 # MIT -taskflow>=2.16.0 # Apache-2.0 +taskflow>=3.2.0 # Apache-2.0 rtslib-fb>=2.1.65 # Apache-2.0 six>=1.10.0 # MIT SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT