Merge "Bump oslo.* and pbr version to support >=py38"

This commit is contained in:
Zuul 2022-06-10 12:08:10 +00:00 committed by Gerrit Code Review
commit 67a56de970
2 changed files with 8 additions and 8 deletions

View File

@ -70,13 +70,13 @@ oslo.concurrency==3.26.0
oslo.config==6.8.0
oslo.context==2.22.0
oslo.db==6.0.0
oslo.i18n==3.15.3
oslo.log==3.36.0
oslo.i18n==3.20.0
oslo.log==5.0.0
oslo.messaging==10.2.0
oslo.middleware==3.31.0
oslo.policy==3.6.0
oslo.rootwrap==5.8.0
oslo.serialization==2.18.0
oslo.serialization==2.25.0
oslo.service==1.31.0
oslo.upgradecheck==1.3.0
oslo.utils==4.5.0
@ -85,7 +85,7 @@ packaging==20.4
paramiko==2.7.1
Paste==2.0.3
PasteDeploy==1.5.2
pbr==2.0.0
pbr==3.1.1
pika-pool==0.1.3
pika==0.10.0
prettytable==0.7.2

View File

@ -2,7 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
pbr!=2.1.0,>=2.0.0 # Apache-2.0
pbr>=3.1.1 # Apache-2.0
alembic>=0.9.6 # MIT
botocore>=1.5.1 # Apache-2.0
@ -19,13 +19,13 @@ oslo.config>=6.8.0 # Apache-2.0
oslo.concurrency>=3.26.0 # Apache-2.0
oslo.context>=2.22.0 # Apache-2.0
oslo.db>=6.0.0 # Apache-2.0
oslo.i18n>=3.15.3 # Apache-2.0
oslo.log>=3.36.0 # Apache-2.0
oslo.i18n>=3.20.0 # Apache-2.0
oslo.log>=5.0.0 # Apache-2.0
oslo.messaging>=10.2.0 # Apache-2.0
oslo.middleware>=3.31.0 # Apache-2.0
oslo.policy>=3.6.0 # Apache-2.0
oslo.rootwrap>=5.8.0 # Apache-2.0
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
oslo.serialization>=2.25.0 # Apache-2.0
oslo.service>=1.31.0 # Apache-2.0
oslo.upgradecheck>=1.3.0 # Apache-2.0
oslo.utils>=4.5.0 # Apache-2.0