summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Rosmaita <rosmaita.fossdev@gmail.com>2023-05-10 20:17:36 -0400
committerBrian Rosmaita <rosmaita.fossdev@gmail.com>2023-05-10 20:17:36 -0400
commit712eb6df3b79009b49c0cf075675d75f14281914 (patch)
treee6282b4953545f2f0628cf099e17aa1b5ddf3c53
parent7101820b6422780cbb1824335e701243491777df (diff)
downloadglance_store-stable/yoga.tar.gz
Update 'extras' for cinder driverstable/yoga
Raise the min version of os-brick to include the fix for CVE-2023-2088. Change-Id: Ic8bc4d7ae7e38eca65be01184add7ae1ca377a22 Related-bug: #2004555
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 6b2c5e3..60163e7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -70,7 +70,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>=5.2.3 # Apache-2.0
oslo.rootwrap>=5.8.0 # Apache-2.0
oslo.privsep>=1.23.0 # Apache-2.0
s3 =