Bump oslo.utils lower constraint to 3.40.2

Prior versions of oslo.utils have known issues with the EventletEvent
class that we use, so we should avoid them.

Change-Id: Id46634bbbd69caa5294c07d2c0da70856c8cba5b
Related-Bug: 1812922
Related-Bug: 1805706
This commit is contained in:
Ben Nemec 2019-01-23 15:52:31 +00:00
parent 3c645a77ec
commit b6fba59f94
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ oslo.context==2.19.2
oslo.i18n==3.15.3
oslo.log==3.36.0
oslo.serialization==2.18.0
oslo.utils==3.38.0
oslo.utils==3.40.2
oslotest==3.2.0
Paste==2.0.2
PasteDeploy==1.5.0

View File

@ -8,7 +8,7 @@ eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
fixtures>=3.0.0 # Apache-2.0/BSD
greenlet>=0.4.10 # MIT
monotonic>=0.6;python_version<'3.3' # Apache-2.0
oslo.utils>=3.38.0 # Apache-2.0
oslo.utils>=3.40.2 # Apache-2.0
oslo.concurrency>=3.25.0 # Apache-2.0
oslo.config>=5.1.0 # Apache-2.0
oslo.log>=3.36.0 # Apache-2.0