From fd5ec459c8d51ecb76ca680e0993726e647ce406 Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Fri, 15 Oct 2021 10:15:56 -0400 Subject: [PATCH] Increase min version of oslo.vmware to 3.10.0 Older versions have a dependency that is no longer satisfiable on all supported test platforms. See discussion on I5925d1d8cbaad6 and bug #1946340. Depends-on: I2a06f0d302325425e67f4ca3dcca14fd73d41c3e Change-Id: Icfe49cd2303b5d7091bc1f24c09bde0bc624ab6a Related-bug: #1946340 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 51e787d14bf..79e94b66a50 100644 --- a/requirements.txt +++ b/requirements.txt @@ -55,7 +55,7 @@ tabulate>=0.8.7 # MIT tenacity>=6.3.1 # Apache-2.0 WebOb>=1.8.6 # MIT oslo.i18n>=5.0.1 # Apache-2.0 -oslo.vmware>=3.8.0 # Apache-2.0 +oslo.vmware>=3.10.0 # Apache-2.0 os-brick>=5.0.1 # Apache-2.0 os-win>=5.4.0 # Apache-2.0 tooz>=2.7.1 # Apache-2.0