Update requirements for oslo.context>=4.0.0

Oslo context has made some changes we rely on for changing "tenant" to "project_id". Bump the minimum version of oslo.context required.

Change-Id: I0afa1f94edbb493041ec7cd49c5d235cc2ea71d2
This commit is contained in:
Michael Johnson 2022-06-22 18:43:11 +00:00
parent 260e1ddd79
commit b5a7c6fc0d
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ WebOb>=1.7.1 # MIT
dnspython>=1.16.0 # http://www.dnspython.org/LICENSE
oslo.db>=8.3.0 # Apache-2.0
oslo.i18n>=3.20.0 # Apache-2.0
oslo.context>=2.22.0 # Apache-2.0
oslo.context>=4.0.0 # Apache-2.0
oslo.policy>=3.7.0 # Apache-2.0
Werkzeug>=0.9 # BSD License
python-memcached>=1.56 # PSF