From 776b334979e0f45a565629c3c18fac490646dcc7 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Fri, 29 May 2020 12:24:29 -0500 Subject: [PATCH] Raise osc-lib upper constraint to 2.1.0 This version contains a fix to dependencies where osc-lib was relying on the "mock" package to be installed, but was not declaring it in its own requirements. Now that most OpenStack projects are py3-only, many are switching over from using the third party mock library to using the standard lib unittest.mock. With the project dropping this requirement, it is no longer being installed indirectly, so any use of osc-lib results in an error with the mock not being found. Change-Id: Ic018e959ed5d3c81ec99815b0b23bceaca2cb804 Signed-off-by: Sean McGinnis --- upper-constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upper-constraints.txt b/upper-constraints.txt index 9328133a..e5c42f8b 100644 --- a/upper-constraints.txt +++ b/upper-constraints.txt @@ -48,7 +48,7 @@ openstacksdk===0.46.0 os-client-config===2.1.0 os-faults===0.2.7 os-service-types===1.7.0 -osc-lib===2.0.0 +osc-lib===2.1.0 oslo.concurrency===4.0.2 oslo.config===8.0.2 oslo.context===3.0.2