summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorBrian Rosmaita <rosmaita.fossdev@gmail.com>2021-03-10 17:21:46 -0500
committerBrian Rosmaita <rosmaita.fossdev@gmail.com>2021-03-11 15:43:05 -0500
commita933a69e8757c651f5ee84eccb2d119c9d174f8f (patch)
tree7e5118b3517cabb208ba851ae742ae5e93ba3e81 /requirements.txt
parente87be61edbe97eec84e78b7fe075078df83520d4 (diff)
downloadpython-cinderclient-a933a69e8757c651f5ee84eccb2d119c9d174f8f.tar.gz
Update requirements for wallaby release
Updates requirements to what we're using now and revises the lower-constraints file to contain only direct dependencies. Change-Id: I1a3cc999b94dc6b6482b1ca44218b42ee2638a8c
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/requirements.txt b/requirements.txt
index 1a5d13d..6f8e90b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,9 +3,9 @@
# process, which may cause wedges in the gate later.
pbr>=5.5.0 # Apache-2.0
PrettyTable>=0.7.2 # BSD
-keystoneauth1>=4.2.1 # Apache-2.0
+keystoneauth1>=4.3.1 # Apache-2.0
simplejson>=3.5.1 # MIT
oslo.i18n>=5.0.1 # Apache-2.0
-oslo.utils>=4.7.0 # Apache-2.0
-requests>=2.23.0 # Apache-2.0
-stevedore>=3.2.2 # Apache-2.0
+oslo.utils>=4.8.0 # Apache-2.0
+requests>=2.25.1 # Apache-2.0
+stevedore>=3.3.0 # Apache-2.0