From fea9bad74d77e36b2337ca81cd75193e5319055c Mon Sep 17 00:00:00 2001 From: Chris Dent <cdent@anticdent.org> Date: Fri, 10 May 2019 09:40:23 -0700 Subject: [PATCH] Raise os-traits os-resource-classes constraints Because os-traits and os-resource-classes are libraries that provide enumerations, we usually want whatever the latest version is, even in lower-constraints.txt. We haven't, however, been good about keeping those up to date. This updates both requriements.txt and lower-constraints.txt to the latest versions of both os-traits and os-resource-clases. No change is required is global upper-constraints. That already has the latest. Change-Id: I0bd0e8e071d6275c3e21556018d476c97e8533ae Story: 2005651 Task: 30939 --- lower-constraints.txt | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index 17a4416dd..72f5d280a 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -35,9 +35,9 @@ msgpack-python==0.5.6 netaddr==0.7.18 netifaces==0.10.4 os-client-config==1.29.0 -os-resource-classes==0.2.0 +os-resource-classes==0.3.0 os-service-types==1.2.0 -os-traits==0.4.0 +os-traits==0.12.0 oslo.concurrency==3.26.0 oslo.config==6.7.0 oslo.context==2.19.2 diff --git a/requirements.txt b/requirements.txt index cb10e2c80..36daef98a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,6 +21,6 @@ oslo.db>=4.40.0 # Apache-2.0 oslo.policy>=1.35.0 # Apache-2.0 oslo.middleware>=3.31.0 # Apache-2.0 oslo.upgradecheck>=0.2.0 # Apache-2.0 -os-resource-classes>=0.2.0 # Apache-2.0 -os-traits>=0.4.0 # Apache-2.0 +os-resource-classes>=0.3.0 # Apache-2.0 +os-traits>=0.12.0 # Apache-2.0 microversion-parse>=0.2.1 # Apache-2.0