Merge "Add oslo.context dependency"

This commit is contained in:
Zuul 2020-06-09 17:37:20 +00:00 committed by Gerrit Code Review
commit 70b3925f0d
2 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,7 @@ os-testr==1.0.0
os-win==3.0.0
oslo.concurrency==3.26.0
oslo.config==5.2.0
oslo.context==2.19.2
oslo.context==2.23.0
oslo.i18n==3.15.3
oslo.log==3.36.0
oslo.privsep==1.32.0

View File

@ -5,6 +5,7 @@
pbr!=2.1.0,>=2.0.0 # Apache-2.0
eventlet!=0.18.3,!=0.20.1,!=0.21.0,!=0.23.0,!=0.25.0,>=0.18.2 # MIT
oslo.concurrency>=3.26.0 # Apache-2.0
oslo.context>=2.23.0 # Apache-2.0
oslo.log>=3.36.0 # Apache-2.0
oslo.i18n>=3.15.3 # Apache-2.0
oslo.privsep>=1.32.0 # Apache-2.0