From ce86bf38239e3962db880bc9bfbaa9f6364a2d14 Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Thu, 11 May 2023 12:12:51 -0400 Subject: 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 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = -- cgit v1.2.1