summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRajat Dhasmana <rajatdhasmana@gmail.com>2023-02-13 16:11:09 +0000
committerRajat Dhasmana <rajatdhasmana@gmail.com>2023-02-13 16:16:55 +0000
commit5436a5f1b6b60f8e97a77e7b1c3c393c4820844e (patch)
treea704c3965fd748903ae591085bc2f757b567deca
parentc8eb9bd0a9e1826a8efd67e71205fb57e7fd155e (diff)
downloadpython-cinderclient-5436a5f1b6b60f8e97a77e7b1c3c393c4820844e.tar.gz
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
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
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