From 4f5e9fd28151a9346cb63a34efb70487400b79a2 Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Tue, 16 Feb 2021 09:00:43 -0500 Subject: [PATCH] Use os-brick 4.2.0 Update requirements to use the wallaby intermediate brick release containing the updated nvmeof connector and other bugfixes. Depends-on: https://review.opendev.org/c/openstack/requirements/+/775792 Change-Id: Id0128baa36f995e4dd74090bc30dd2dbbd2a21e9 --- 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 1fb08cffde2..53283e51fb4 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -53,7 +53,7 @@ netifaces==0.10.9 networkx==2.5 oauth2client==4.1.3 os-api-ref==1.4.0 -os-brick==4.0.1 +os-brick==4.2.0 os-win==5.1.0 oslo.cache==2.6.1 oslo.concurrency==4.3.0 diff --git a/requirements.txt b/requirements.txt index 9002353e717..4d316748311 100644 --- a/requirements.txt +++ b/requirements.txt @@ -56,7 +56,7 @@ tenacity>=6.2.0 # Apache-2.0 WebOb>=1.8.6 # MIT oslo.i18n>=5.0.1 # Apache-2.0 oslo.vmware>=3.7.0 # Apache-2.0 -os-brick>=4.0.1 # Apache-2.0 +os-brick>=4.2.0 # Apache-2.0 os-win>=5.1.0 # Apache-2.0 tooz>=2.7.1 # Apache-2.0 google-api-python-client>=1.11.0 # Apache-2.0