summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2023-02-13 21:55:52 +0000
committerGerrit Code Review <review@openstack.org>2023-02-13 21:55:52 +0000
commitf7a612ef3edf1158cac8829af97ed64920720b6a (patch)
treea13beae550110f9d6abd02b3bd4d758c047d7185
parentf045928d823bcec47038e06449a8348cd3e0028c (diff)
parent5436a5f1b6b60f8e97a77e7b1c3c393c4820844e (diff)
downloadpython-cinderclient-f7a612ef3edf1158cac8829af97ed64920720b6a.tar.gz
Merge "Update minimum requirements"9.3.0
-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