Update minimum requirements in os-brick

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
This commit is contained in:
Rajat Dhasmana 2023-02-09 15:39:23 +00:00
parent 9a5c0b5092
commit 35ea8e3eb6
2 changed files with 9 additions and 9 deletions

View File

@ -3,15 +3,15 @@
# process, which may cause wedges in the gate later.
pbr>=5.8.0 # Apache-2.0
oslo.concurrency>=4.5.0 # Apache-2.0
oslo.config>=8.1.0 # Apache-2.0
oslo.context>=3.4.0 # Apache-2.0
oslo.log>=4.6.1 # 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>=2.6.2 # Apache-2.0
oslo.serialization>=4.2.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>=4.12.1 # 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.5.0 # Apache-2.0
os-win>=5.7.0 # Apache-2.0

View File

@ -11,7 +11,7 @@ oslotest>=4.5.0 # Apache-2.0
testscenarios>=0.5.0 # Apache-2.0/BSD
testtools>=2.4.0 # MIT
stestr>=3.2.1 # Apache-2.0
oslo.vmware>=3.10.0 # Apache-2.0
oslo.vmware>=4.0.0 # Apache-2.0
castellan>=3.10.0 # Apache-2.0
pycodestyle==2.6.0 # MIT
doc8>=0.8.1 # Apache-2.0