Merge "Bump oslo.db to 10.0.0"

This commit is contained in:
Zuul
2021-08-07 15:05:21 +00:00
committed by Gerrit Code Review
3 changed files with 2 additions and 12 deletions

View File

@@ -71,7 +71,7 @@ oslo.cache==1.26.0
oslo.concurrency==4.4.0
oslo.config==8.6.0
oslo.context==3.1.1
oslo.db==4.44.0
oslo.db==10.0.0
oslo.i18n==5.0.1
oslo.log==4.4.0
oslo.messaging==10.3.0

View File

@@ -770,16 +770,6 @@ class WarningsFixture(fixtures.Fixture):
'error', message='Evaluating non-mapped column expression',
category=sqla_exc.SAWarning)
# NOTE(stephenfin): Disable the annoying "TypeDecorator foo will not
# produce a cache key because the ``cache_ok`` flag is not set to True"
# warning. It's fixed in oslo.db 10.0.0 but not before.
# TODO(stephenfin): Remove once we bump oslo.db in lower-constraints to
# 10.0.0
warnings.filterwarnings(
'ignore',
message=r'TypeDecorator SoftDeleteInteger\(\) will not produce .*',
category=sqla_exc.SAWarning)
# TODO(stephenfin): Remove once we fix this is oslo.db 10.0.1 or so
warnings.filterwarnings(
'ignore',

View File

@@ -40,7 +40,7 @@ oslo.reports>=1.18.0 # Apache-2.0
oslo.serialization>=4.1.0 # Apache-2.0
oslo.upgradecheck>=1.3.0
oslo.utils>=4.8.0 # Apache-2.0
oslo.db>=4.44.0 # Apache-2.0
oslo.db>=10.0.0 # Apache-2.0
oslo.rootwrap>=5.8.0 # Apache-2.0
oslo.messaging>=10.3.0 # Apache-2.0
oslo.policy>=3.7.0 # Apache-2.0