summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBalazs Gibizer <gibi@redhat.com>2022-09-13 18:09:00 +0200
committerBalazs Gibizer <gibi@redhat.com>2022-09-13 18:09:00 +0200
commit8f5fd2ae4609c6d5b2ba2465e04c99e58be58e7a (patch)
tree9399716f3068ef4f2743e62acd54b9a0e46aa871
parent11cb31258fa5b429ea9881c92b2d745fd127cdaf (diff)
downloadnova-8f5fd2ae4609c6d5b2ba2465e04c99e58be58e7a.tar.gz
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
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
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