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
This commit is contained in:
Rajat Dhasmana 2023-02-13 16:11:09 +00:00
parent c8eb9bd0a9
commit 5436a5f1b6
1 changed files with 1 additions and 1 deletions

View File

@ -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