35ea8e3eb6
This patch updates os-brick requirements of related OpenStack projects. Following are the updates: oslo.concurrency: 4.5.0 -> 5.0.0, released: 4 Aug '2022, u-c: 5.0.1 oslo.config: 8.1.0 -> 9.0.0, released: 12 July '2022, u-c: 9.1.0 oslo.context: 3.4.0 -> 4.1.0, released: 17 Feb '2022, u-c: 5.0.0 oslo.log: 4.6.1 -> 4.8.0, released: 5 May '2022, u-c: 5.0.0 oslo.privsep: 2.6.2 -> 3.0.0, released: 12 July '2022, u-c: 3.0.1 oslo.serialization: 4.2.0 -> 4.3.0, released: 16 Feb '2022, u-c: 5.0.0 oslo.utils: 4.12.1 -> 6.0.0, released: 23 June '2022, u-c: 6.1.0 oslo.win: 5.5.0 -> 5.7.0, released: 18 May '2022, u-c: 5.8.0 oslo.vmware: 3.10.0 -> 4.0.0, released: 17 June '2022, u-c: 4.0.1 Change-Id: I8c19fad8e4a2bcc6756c46cf5ef56367823e5a17
18 lines
618 B
Plaintext
18 lines
618 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.8.0 # Apache-2.0
|
|
oslo.concurrency>=5.0.0 # Apache-2.0
|
|
oslo.config>=9.0.0 # Apache-2.0
|
|
oslo.context>=4.1.0 # Apache-2.0
|
|
oslo.log>=4.8.0 # Apache-2.0
|
|
oslo.i18n>=5.1.0 # Apache-2.0
|
|
oslo.privsep>=3.0.0 # Apache-2.0
|
|
oslo.serialization>=4.3.0 # Apache-2.0
|
|
oslo.service>=2.8.0 # Apache-2.0
|
|
oslo.utils>=6.0.0 # Apache-2.0
|
|
requests>=2.25.1 # Apache-2.0
|
|
tenacity>=6.3.1 # Apache-2.0
|
|
os-win>=5.7.0 # Apache-2.0
|