summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Rosmaita <rosmaita.fossdev@gmail.com>2023-05-10 15:49:52 -0400
committerBrian Rosmaita <rosmaita.fossdev@gmail.com>2023-05-10 15:49:52 -0400
commit4f4de2348f38a623523c37c31c91fdcf18bbcbf6 (patch)
treec93bc83cb6081b1a7a1b5e9820221af4ae14d077
parent884a2e459d15c5906f9a72438f248d42a8889fee (diff)
downloadglance_store-stable/2023.1.tar.gz
Update 'extras' for cinder driverstable/2023.1
Raise the min version of os-brick to include the fix for CVE-2023-2088. Change-Id: I4433df9414129ab2acec772791e05a17e3bf78ed Related-bug: #2004555
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 8f4af07..9aa2896 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -68,7 +68,7 @@ swift =
python-swiftclient>=3.2.0 # Apache-2.0
cinder =
python-cinderclient>=4.1.0 # Apache-2.0
- os-brick>=2.6.0 # Apache-2.0
+ os-brick>=6.2.2 # Apache-2.0
oslo.rootwrap>=5.8.0 # Apache-2.0
oslo.privsep>=1.23.0 # Apache-2.0
s3 =