summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorHirotaka Wakabayashi <hiwkby@yahoo.com>2022-03-09 21:17:11 +0900
committerHirotaka Wakabayashi <hiwkby@yahoo.com>2022-03-17 09:04:45 +0900
commit559d6255e5feb73b90468a25a8ba99650ad50bf2 (patch)
tree54cad30f10833c3280b2ee5509aa3b58525b5e12 /requirements.txt
parent39322f5ad88cf5eef003af74294676a5563a8296 (diff)
downloadtrove-559d6255e5feb73b90468a25a8ba99650ad50bf2.tar.gz
Removes the deprecated argument tenant from TroveContext
The tenant argument of RequestContext in oslo.context had been deprecated long time ago and it was finally removed in oslo.context-4.0.0. We should remove the tenant argument of TroveContext that derives from RequestContext and we should also update the requirements.txt in the master branch. Task: 44723 Story: 2009906 Change-Id: I69c7098cc0d61fbbba1dbf2eca87df0dd6fd70ba
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 668c0f99..b9dabd20 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -28,7 +28,7 @@ jsonschema>=3.2.0 # MIT
Jinja2>=2.10 # BSD License (3 clause)
pexpect!=3.3,>=3.1 # ISC License
oslo.config>=6.8.0 # Apache-2.0
-oslo.context>=2.22.0 # Apache-2.0
+oslo.context>=4.0.0 # Apache-2.0
oslo.i18n>=3.15.3 # Apache-2.0
oslo.middleware>=3.31.0 # Apache-2.0
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0