From b6fba59f945f73844335d9c3c4af8cf7d694ffff Mon Sep 17 00:00:00 2001 From: Ben Nemec Date: Wed, 23 Jan 2019 15:52:31 +0000 Subject: [PATCH] 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 --- lower-constraints.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index 47570201..18949320 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -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 diff --git a/requirements.txt b/requirements.txt index 450a8532..727f66c5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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