Merge "Use os-brick 4.3.0"

This commit is contained in:
Zuul 2021-03-25 21:52:50 +00:00 committed by Gerrit Code Review
commit 7c4b626c01
4 changed files with 29 additions and 31 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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