From a74513db9a5d8c0fcc92614bd95262eced0bcb3e Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Mon, 7 Mar 2022 11:27:19 -0500 Subject: Specify yoga os-brick in requirements Some of the yoga backend drivers require the yoga os-brick release. Also update other requirements to match the minima requested by os-brick (since that's what we'll have to use anyway). The os-brick requirements were updated by change Iec14833ab502. Change-Id: I694d01bcdd2ea83627d375cc4501bff774fa82c2 --- requirements.txt | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 79e94b66a..9c5cbc1fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,9 +2,9 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -pbr>=5.5.1 # Apache-2.0 +pbr>=5.8.0 # Apache-2.0 decorator>=4.4.2 # BSD -eventlet>=0.30.1 # MIT +eventlet>=0.30.1,!=0.32.0 # MIT greenlet>=0.4.16 # MIT httplib2>=0.18.1 # MIT importlib_metadata>=3.1.1;python_version<'3.8' # Apache-2.0 @@ -15,20 +15,20 @@ keystonemiddleware>=9.1.0 # Apache-2.0 lxml>=4.5.2 # BSD oauth2client>=4.1.3 # Apache-2.0 oslo.config>=8.3.2 # Apache-2.0 -oslo.concurrency>=4.4.0 # Apache-2.0 -oslo.context>=3.1.1 # Apache-2.0 +oslo.concurrency>=4.5.0 # Apache-2.0 +oslo.context>=3.4.0 # Apache-2.0 oslo.db>=11.0.0 # Apache-2.0 -oslo.log>=4.5.0 # Apache-2.0 +oslo.log>=4.6.1 # Apache-2.0 oslo.messaging>=12.5.0 # Apache-2.0 oslo.middleware>=4.1.1 # Apache-2.0 oslo.policy>=3.8.1 # Apache-2.0 -oslo.privsep>=2.4.0 # Apache-2.0 +oslo.privsep>=2.6.2 # Apache-2.0 oslo.reports>=2.2.0 # Apache-2.0 oslo.rootwrap>=6.2.0 # Apache-2.0 -oslo.serialization>=4.1.0 # Apache-2.0 -oslo.service>=2.5.0 # Apache-2.0 +oslo.serialization>=4.2.0 # Apache-2.0 +oslo.service>=2.8.0 # Apache-2.0 oslo.upgradecheck>=1.1.1 # Apache-2.0 -oslo.utils>=4.8.0 # Apache-2.0 +oslo.utils>=4.12.1 # Apache-2.0 oslo.versionedobjects>=2.3.0 # Apache-2.0 osprofiler>=3.4.0 # Apache-2.0 packaging>=20.4 @@ -54,13 +54,13 @@ stevedore>=3.2.2 # Apache-2.0 tabulate>=0.8.7 # MIT tenacity>=6.3.1 # Apache-2.0 WebOb>=1.8.6 # MIT -oslo.i18n>=5.0.1 # Apache-2.0 +oslo.i18n>=5.1.0 # Apache-2.0 oslo.vmware>=3.10.0 # Apache-2.0 -os-brick>=5.0.1 # Apache-2.0 -os-win>=5.4.0 # Apache-2.0 +os-brick>=5.2.0 # Apache-2.0 +os-win>=5.5.0 # Apache-2.0 tooz>=2.7.1 # Apache-2.0 google-api-python-client>=1.11.0 # Apache-2.0 -castellan>=3.6.0 # Apache-2.0 +castellan>=3.7.0 # Apache-2.0 cryptography>=3.1 # BSD/Apache-2.0 cursive>=0.2.2 # Apache-2.0 zstd>=1.4.5.1 # BSD -- cgit v1.2.1