From 50060a904c12f3da1ff044cb2e951b54d18b4ad6 Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Thu, 23 Apr 2020 13:46:01 -0400 Subject: Bump cinder/os-brick requirements Require versions of these libraries that at least had python 3.6 unit testing. Change-Id: Idbef3c6b241e7a1b953061a65849879ee78f88ff --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 9dcc315..35665f9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -62,8 +62,8 @@ swift = httplib2>=0.9.1 # MIT python-swiftclient>=3.2.0 # Apache-2.0 cinder = - python-cinderclient>=3.3.0 # Apache-2.0 - os-brick>=2.2.0 # Apache-2.0 + python-cinderclient>=4.1.0 # Apache-2.0 + os-brick>=2.6.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