From 84e64a995eb456772519ba26dc8a98f042a7a44a Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Wed, 1 May 2019 08:57:39 -0400 Subject: [PATCH] Require at least oslo.versionedobjects>=1.35.0 This is to pick up change If20663ecad19f18f22172ae489206b42489fd9f6 for our lower-constraints CI job to avoid blowing up the subunit parser with too much log output. Change-Id: I3c404bd650521b44faddf97ef0b41953f82c4bd2 Related-Bug: #1813147 --- 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 166c9e7cf39a..12618bbbb56e 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -90,7 +90,7 @@ oslo.serialization==2.21.1 oslo.service==1.34.0 oslo.upgradecheck==0.1.1 oslo.utils==3.37.0 -oslo.versionedobjects==1.33.3 +oslo.versionedobjects==1.35.0 oslo.vmware==2.17.0 oslotest==3.2.0 osprofiler==1.4.0 diff --git a/requirements.txt b/requirements.txt index 32951a8fe0f3..72be6df59dbb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -53,7 +53,7 @@ oslo.service>=1.34.0 # Apache-2.0 rfc3986>=1.1.0 # Apache-2.0 oslo.middleware>=3.31.0 # Apache-2.0 psutil>=3.2.2 # BSD -oslo.versionedobjects>=1.33.3 # Apache-2.0 +oslo.versionedobjects>=1.35.0 # Apache-2.0 os-brick>=2.6.1 # Apache-2.0 os-resource-classes>=0.1.0 # Apache-2.0 os-traits>=0.8.0 # Apache-2.0