From 6294c144e7953019030e50deeb8beab2f13844df Mon Sep 17 00:00:00 2001 From: Dmitrii Shcherbakov Date: Thu, 27 Jan 2022 16:44:39 +0300 Subject: [PATCH] Bump os-traits to 2.7.0 The new version contains changes needed by the multi-architecture support and off-path SmartNIC DPU support code. Needed-By: I168d3ccc914f25a3d4255c9b319ee6b91a2f66e2 Needed-By: Ia070a29186c6123cf51e1b17373c2dc69676ae7c Change-Id: Ic1179f3e5e2c1aeb069972f21edffe5b003eb525 --- 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 c01169ad8b..4e4b1cca9a 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -62,7 +62,7 @@ os-brick==4.3.1 os-client-config==1.29.0 os-resource-classes==1.1.0 os-service-types==1.7.0 -os-traits==2.5.0 +os-traits==2.7.0 os-vif==1.15.2 os-win==5.4.0 osc-lib==1.10.0 diff --git a/requirements.txt b/requirements.txt index 46a611b1de..6b47321b4c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -50,7 +50,7 @@ psutil>=3.2.2 # BSD oslo.versionedobjects>=1.35.0 # Apache-2.0 os-brick>=4.3.1 # Apache-2.0 os-resource-classes>=1.1.0 # Apache-2.0 -os-traits>=2.5.0 # Apache-2.0 +os-traits>=2.7.0 # Apache-2.0 os-vif>=1.15.2 # Apache-2.0 os-win>=5.4.0 # Apache-2.0 castellan>=0.16.0 # Apache-2.0