From 5436a5f1b6b60f8e97a77e7b1c3c393c4820844e Mon Sep 17 00:00:00 2001 From: Rajat Dhasmana Date: Mon, 13 Feb 2023 16:11:09 +0000 Subject: Update minimum requirements This patch updates keystoneauth1 minimum version. The current used version 4.3.1 was released in 22 Feb, 2021 which is ~2 years old. Updating the version to 5.0.0 released in 15 July, 2022 and upper-constraints have 5.1.1 released on 3 Jan, 2023. Change-Id: If8a958345ae62006b8e6221a60ff3217e31823ac --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4c81976..054f367 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ # process, which may cause wedges in the gate later. pbr>=5.5.0 # Apache-2.0 PrettyTable>=0.7.2 # BSD -keystoneauth1>=4.3.1 # Apache-2.0 +keystoneauth1>=5.0.0 # Apache-2.0 oslo.i18n>=5.0.1 # Apache-2.0 oslo.utils>=4.8.0 # Apache-2.0 requests>=2.25.1 # Apache-2.0 -- cgit v1.2.1