From b14cb5e13a4fd82dfe813319a481595d40929e6d Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Tue, 9 Mar 2021 21:37:55 -0500 Subject: [PATCH] Use os-brick 4.3.0 Update min brick version to the wallaby brick release, and adjust requirements files and lower constraints to accommodate the versions of dependencies requested by os-brick 4.3.0. Change-Id: I74b897a6ec27ca2ef00811fbbc2e6c43d31e307f --- doc/requirements.txt | 11 ++++++----- lower-constraints.txt | 24 ++++++++++++------------ requirements.txt | 18 +++++++++--------- test-requirements.txt | 7 ++----- 4 files changed, 29 insertions(+), 31 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 171e1885d53..1e152cfdc70 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,9 +1,10 @@ # The order of packages is significant, because pip processes them in the order # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -openstackdocstheme>=2.2.1 # Apache-2.0 -reno>=3.1.0 # Apache-2.0 -sphinx>=2.0.0,!=2.1.0 # BSD -os-api-ref>=1.5.0 # Apache-2.0 -sphinxcontrib-apidoc>=0.2.0 # BSD +openstackdocstheme>=2.2.7 # Apache-2.0 +reno>=3.2.0 # Apache-2.0 +sphinx>=3.5.1 # BSD +Pygments>=2.6.1 # BSD license +os-api-ref>=2.1.0 # Apache-2.0 +sphinxcontrib-apidoc>=0.3.0 # BSD sphinx-feature-classification>=1.1.0 # Apache 2.0 diff --git a/lower-constraints.txt b/lower-constraints.txt index d0ccaec17cc..a6a983301ee 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -10,7 +10,7 @@ cffi==1.14.2 chardet==3.0.4 cliff==3.4.0 cmd2==1.3.8 -coverage==5.2.1 +coverage==5.5 cryptography==3.1 cursive==0.2.2 ddt==1.4.1 @@ -20,7 +20,7 @@ doc8==0.8.1 docutils==0.15.2 dogpile.cache==1.0.2 dulwich==0.20.6 -eventlet==0.26.1 +eventlet==0.30.1 extras==1.0.0 fasteners==0.14.1 fixtures==3.0.0 @@ -52,11 +52,11 @@ netaddr==0.8.0 netifaces==0.10.9 networkx==2.5 oauth2client==4.1.3 -os-api-ref==1.4.0 -os-brick==4.2.0 +os-api-ref==2.1.0 +os-brick==4.3.0 os-win==5.4.0 oslo.cache==2.6.1 -oslo.concurrency==4.3.0 +oslo.concurrency==4.4.0 oslo.config==8.3.2 oslo.context==3.1.1 oslo.db==8.4.0 @@ -69,18 +69,18 @@ oslo.privsep==2.4.0 oslo.reports==2.2.0 oslo.rootwrap==6.2.0 oslo.serialization==4.1.0 -oslo.service==2.4.0 +oslo.service==2.5.0 oslo.upgradecheck==1.1.1 -oslo.utils==4.7.0 +oslo.utils==4.8.0 oslo.versionedobjects==2.3.0 -oslo.vmware==3.7.0 +oslo.vmware==3.8.0 oslotest==4.4.1 osprofiler==3.4.0 packaging==20.4 paramiko==2.7.2 Paste==3.4.3 PasteDeploy==2.1.0 -pbr==5.5.0 +pbr==5.5.1 psutil==5.7.2 psycopg2==2.8.5 pyasn1-modules==0.2.8 @@ -109,7 +109,7 @@ PyYAML==5.3.1 rbd-iscsi-client==0.1.8 reno==3.2.0 repoze.lru==0.7 -requests==2.23.0 +requests==2.25.1 rfc3986==1.4.0 Routes==2.4.1 rsa==4.6 @@ -121,12 +121,12 @@ SQLAlchemy==1.3.19 SQLAlchemy-Utils==0.36.8 sqlparse==0.3.1 statsd==3.3.0 -stestr==3.0.1 +stestr==3.1.0 stevedore==3.2.2 tabulate==0.8.7 taskflow==4.5.0 Tempita==0.5.2 -tenacity==6.2.0 +tenacity==6.3.1 testtools==2.4.0 tooz==2.7.1 traceback2==1.4.0 diff --git a/requirements.txt b/requirements.txt index 5f94eedeac5..4e45f61b044 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.0 # Apache-2.0 +pbr>=5.5.1 # Apache-2.0 decorator>=4.4.2 # BSD -eventlet>=0.26.1 # MIT +eventlet>=0.30.1 # MIT greenlet>=0.4.16 # MIT httplib2>=0.18.1 # MIT importlib_metadata>=3.1.1;python_version<'3.8' # Apache-2.0 @@ -15,7 +15,7 @@ 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.3.0 # Apache-2.0 +oslo.concurrency>=4.4.0 # Apache-2.0 oslo.context>=3.1.1 # Apache-2.0 oslo.db>=8.4.0 # Apache-2.0 oslo.log>=4.4.0 # Apache-2.0 @@ -26,9 +26,9 @@ oslo.privsep>=2.4.0 # 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.4.0 # Apache-2.0 +oslo.service>=2.5.0 # Apache-2.0 oslo.upgradecheck>=1.1.1 # Apache-2.0 -oslo.utils>=4.7.0 # Apache-2.0 +oslo.utils>=4.8.0 # Apache-2.0 oslo.versionedobjects>=2.3.0 # Apache-2.0 osprofiler>=3.4.0 # Apache-2.0 packaging>=20.4 @@ -43,7 +43,7 @@ python-keystoneclient>=4.1.1 # Apache-2.0 python-novaclient>=17.2.1 # Apache-2.0 python-swiftclient>=3.10.1 # Apache-2.0 pytz>=2020.1 # MIT -requests>=2.23.0,!=2.20.0 # Apache-2.0 +requests>=2.25.1 # Apache-2.0 Routes>=2.4.1 # MIT taskflow>=4.5.0 # Apache-2.0 rtslib-fb>=2.1.74 # Apache-2.0 @@ -52,11 +52,11 @@ SQLAlchemy>=1.3.19 # MIT sqlalchemy-migrate>=0.13.0 # Apache-2.0 stevedore>=3.2.2 # Apache-2.0 tabulate>=0.8.7 # MIT -tenacity>=6.2.0 # Apache-2.0 +tenacity>=6.3.1 # 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.2.0 # Apache-2.0 +oslo.vmware>=3.8.0 # Apache-2.0 +os-brick>=4.3.0 # Apache-2.0 os-win>=5.4.0 # Apache-2.0 tooz>=2.7.1 # Apache-2.0 google-api-python-client>=1.11.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 900e031f041..591debf04bc 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,8 +7,8 @@ hacking>=4.0.0,<4.1.0 # Apache-2.0 flake8-import-order # LGPLv3 flake8-logging-format>=0.6.0 # Apache-2.0 -stestr>=3.0.1 # Apache-2.0 -coverage>=5.2.1 # Apache-2.0 +stestr>=3.1.0 # Apache-2.0 +coverage>=5.5 # Apache-2.0 ddt>=1.4.1 # MIT fixtures>=3.0.0 # Apache-2.0/BSD oslotest>=4.4.1 # Apache-2.0 @@ -21,8 +21,5 @@ testtools>=2.4.0 # MIT # so we need to pin it here to a known working version bandit==1.6.0 # Apache-2.0 doc8>=0.8.1 # Apache-2.0 -reno>=3.2.0 # Apache-2.0 -Pygments>=2.6.1 # BSD license - mypy>=0.782 # MIT moto>=1.3.15 # Apache-2.0