Update minimum requirements

The current requirements minimum for related openstack projects
is very old and we don't test it anywhere with 2 year old released
versions.
This patch makes the following changes:

python-cinderclient: 8.2.0 -> 9.0.0, released: 15 July '2022, u-c: 9.2.0
(also cinderclient 9.3.0 release this week i.e. 17th Feb '2023)

os-brick: 5.2.0 -> 6.0.0, released: 20 July '2022, u-c: 6.1.0
(also os-brick 6.2.0 release last week i.e. 10th Feb '2023 but patch
isn't merged yet[1])

oslo.concurrency: 4.4.0 -> 5.0.0, released: 4 Aug '2022, u-c: 5.0.1

[1] https://review.opendev.org/c/openstack/releases/+/872778

Change-Id: Ic459c84e06d9362cbbef5e30cb7d7b8373799f31
This commit is contained in:
Rajat Dhasmana 2023-02-13 15:33:47 +00:00
parent ec28b4563b
commit d29f3cf809
1 changed files with 3 additions and 3 deletions

View File

@ -4,6 +4,6 @@
pbr>=5.5.1 # Apache-2.0
python-cinderclient>=8.2.0 # Apache-2.0
os-brick>=5.2.0 # Apache-2.0
oslo.concurrency>=4.4.0 # Apache-2.0
python-cinderclient>=9.0.0 # Apache-2.0
os-brick>=6.0.0 # Apache-2.0
oslo.concurrency>=5.0.0 # Apache-2.0