summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Rosmaita <rosmaita.fossdev@gmail.com>2023-05-10 20:13:57 -0400
committerBrian Rosmaita <rosmaita.fossdev@gmail.com>2023-05-10 20:13:57 -0400
commit02ab740fbf2a2fb12d2459b4e52e0200aa5e8f20 (patch)
treeabb35424bad8aed60f19fb11b40049d8d8937f7e
parente9d2509926445fd95c9bba9e1cacacb85a5e58af (diff)
downloadglance_store-stable/zed.tar.gz
Update 'extras' for cinder driverstable/zed
Raise the min version of os-brick to include the fix for CVE-2023-2088. Change-Id: I6c55fc943d26a8a0fdffc028b123ef4e6ff68cb2 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..c0deae2 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.1.1 # Apache-2.0
oslo.rootwrap>=5.8.0 # Apache-2.0
oslo.privsep>=1.23.0 # Apache-2.0
s3 =