python-brick-cinderclient-ext/requirements.txt
Rajat Dhasmana d29f3cf809 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
2023-02-13 15:41:55 +00:00

10 lines
342 B
Plaintext

# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
pbr>=5.5.1 # 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