From 8f5fd2ae4609c6d5b2ba2465e04c99e58be58e7a Mon Sep 17 00:00:00 2001 From: Balazs Gibizer Date: Tue, 13 Sep 2022 18:09:00 +0200 Subject: [PATCH] Bump min oslo.concurrencty to >= 5.0.1 The oslo.concurrency 5.0.1 fixes the fair lock we use heavily in the ResourceTracker. Closes-Bug: #1988311 Change-Id: I68914b2e21726138ee9a178fdf6a8bb6389c09be --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a0fcc1195c..9d523ebd7d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ requests>=2.25.1 # Apache-2.0 stevedore>=1.20.0 # Apache-2.0 websockify>=0.9.0 # LGPLv3 oslo.cache>=1.26.0 # Apache-2.0 -oslo.concurrency>=4.5.0 # Apache-2.0 +oslo.concurrency>=5.0.1 # Apache-2.0 oslo.config>=8.6.0 # Apache-2.0 oslo.context>=3.4.0 # Apache-2.0 oslo.log>=4.6.1 # Apache-2.0