From 9e3e2ab25dac1e38d2344b0dd115204aa12db971 Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Fri, 4 Sep 2020 17:35:20 -0400 Subject: [PATCH] Require os-brick >= 2.10.5 This version of brick contains a fix related to OSSN-0086, among other things. Depends-on: https://review.opendev.org/749905 Change-Id: I2fb85babb34add6f705adc0e6a2b5b69fef3fbe7 Related-bug: #1823200 --- 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 f43061bec3c..024b069d92b 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -65,7 +65,7 @@ networkx==1.11 oauth2client==1.5.0 openstackdocstheme==1.20.0 os-api-ref==1.4.0 -os-brick==2.10.4 +os-brick==2.10.5 os-client-config==1.29.0 os-win==3.0.0 oslo.cache==1.29.0 diff --git a/requirements.txt b/requirements.txt index 3f8c9bac962..3bd2ee40e36 100644 --- a/requirements.txt +++ b/requirements.txt @@ -58,7 +58,7 @@ suds-jurko>=0.6 # LGPLv3+ WebOb>=1.7.1 # MIT oslo.i18n>=3.15.3 # Apache-2.0 oslo.vmware>=2.17.0 # Apache-2.0 -os-brick>=2.10.4 # Apache-2.0 +os-brick>=2.10.5 # Apache-2.0 os-win>=3.0.0 # Apache-2.0 tooz>=1.58.0 # Apache-2.0 google-api-python-client>=1.4.2 # Apache-2.0