From 8d55112d755e94bf4a2a09964aea660491640921 Mon Sep 17 00:00:00 2001 From: Daniel Bengtsson Date: Tue, 19 Nov 2019 17:00:40 +0100 Subject: [PATCH] Fix the requirement of keystoneauth1. Fix the version in lower-constraints file for keystoneauth1 requirement. Change-Id: Ic7bfe5432bee4eb22f116078f9b99c6f6a475180 --- 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 66e45d0..add0f09 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -31,7 +31,7 @@ Jinja2==2.10 jmespath==0.9.0 jsonpatch==1.16 jsonpointer==1.13 -keystoneauth1==3.7.0 +keystoneauth1==3.14.0 kombu==4.0.0 linecache2==1.0.0 MarkupSafe==1.0 diff --git a/requirements.txt b/requirements.txt index cc7e873..3802af6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ six>=1.10.0 # MIT Babel!=2.4.0,>=2.3.4 # BSD cliff!=2.9.0,>=2.8.0 # Apache-2.0 -keystoneauth1>=3.7.0 # Apache-2.0 +keystoneauth1>=3.14.0 # Apache-2.0 openstacksdk>=0.15.0 # Apache-2.0 oslo.i18n>=3.15.3 # Apache-2.0 oslo.utils>=3.33.0 # Apache-2.0