summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Rosmaita <rosmaita.fossdev@gmail.com>2023-05-11 12:12:51 -0400
committerBrian Rosmaita <rosmaita.fossdev@gmail.com>2023-05-11 12:12:51 -0400
commitce86bf38239e3962db880bc9bfbaa9f6364a2d14 (patch)
tree177440147b675990679274792d092fbb7fca0e6f
parent1d8033e54e009bbc4408f6e16aec4f6c01687c91 (diff)
downloadglance_store-ce86bf38239e3962db880bc9bfbaa9f6364a2d14.tar.gz
Update 'extras' for cinder driver
Raise the min version of os-brick to include the fix for CVE-2023-2088. Change-Id: If3dba01d5cbb3a3deacdf23ab5290d7bcab4b5c7 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..88893b8 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.3.0 # Apache-2.0
oslo.rootwrap>=5.8.0 # Apache-2.0
oslo.privsep>=1.23.0 # Apache-2.0
s3 =