From 2caf753dbeca920417bb323ef06901a7e58c4814 Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Mon, 8 Jun 2020 09:10:48 -0400 Subject: [PATCH] Bump taskflow requirement to 3.8.0 taskflow 3.8.0 includes: 4336599 Fix python3.8 hmac compatibility which is required for Python 3.8. Change-Id: I491e1a2b9995bf7462ccb4949558b1fd4698759e --- 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 d3cadd60797..e20e0f31b5e 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -139,7 +139,7 @@ statsd==3.2.2 stestr==2.2.0 stevedore==1.31.0 tabulate==0.8.5 -taskflow==3.2.0 +taskflow==3.8.0 Tempita==0.5.2 tenacity==6.0.0 testrepository==0.0.20 diff --git a/requirements.txt b/requirements.txt index 20ed03d86fd..c0c4599f40d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -43,7 +43,7 @@ python-swiftclient>=3.2.0 # Apache-2.0 pytz>=2013.6 # MIT requests>=2.14.2,!=2.20.0 # Apache-2.0 Routes>=2.3.1 # MIT -taskflow>=3.2.0 # Apache-2.0 +taskflow>=3.8.0 # Apache-2.0 rtslib-fb>=2.1.65 # Apache-2.0 six>=1.10.0 # MIT SQLAlchemy>=1.3.0 # MIT