Update requirements

The latest pip version has a stricter dependency resolver,
which broke the "lower-constraints" job for quite a few openstack
projects, including os-brick and cinder.

This change alings the os-brick dependency version constraints with
the ones used by Cinder, thus fixing the lower constraints job.

Change-Id: I4a6ac7ec0974372dc6f1585a797c7023c2fd8d78
This commit is contained in:
Lucian Petrut 2020-12-10 12:21:18 +02:00 committed by Brian Rosmaita
parent edbbe7d207
commit 4d4c5e82c9
4 changed files with 73 additions and 73 deletions

View File

@ -4,6 +4,6 @@
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.4.0 # Apache-2.0
os-api-ref>=1.5.0 # Apache-2.0
sphinxcontrib-apidoc>=0.2.0 # BSD
sphinx-feature-classification>=0.1.0 # Apache 2.0
sphinx-feature-classification>=1.1.0 # Apache 2.0

View File

@ -1,74 +1,74 @@
appdirs==1.3.0
asn1crypto==0.23.0
Babel==2.8.0
castellan==1.3.0
cffi==1.13.2
cliff==2.15.0
cmd2==0.8.0
coverage==4.1
cryptography==2.1
ddt==1.0.1
debtcollector==1.22.0
castellan==3.6.0
cffi==1.14.2
cliff==3.4.0
cmd2==1.3.8
coverage==5.2.1
cryptography==3.1
ddt==1.4.1
debtcollector==2.2.0
dnspython==1.16.0
doc8==0.6.0
doc8==0.8.1
entrypoints==0.3
eventlet==0.25.1
eventlet==0.26.1
extras==1.0.0
fasteners==0.7.0
fasteners==0.14.1
fixtures==3.0.0
future==0.16.0
greenlet==0.4.13
idna==2.6
future==0.18.2
greenlet==0.4.16
idna==2.10
iso8601==0.1.12
keystoneauth1==3.14.0
keystoneauth1==4.2.1
linecache2==1.0.0
lxml==4.2.0
lxml==4.5.2
msgpack==1.0.0
netaddr==0.7.18
netifaces==0.10.7
netaddr==0.8.0
netifaces==0.10.9
os-client-config==1.28.0
os-service-types==1.7.0
os-win==3.0.0
oslo.concurrency==3.26.0
oslo.config==6.11.0
oslo.context==2.23.0
oslo.i18n==3.24.0
oslo.log==3.44.0
oslo.privsep==1.32.0
oslo.serialization==2.29.0
oslo.service==1.24.0
os-win==5.1.0
oslo.concurrency==4.3.0
oslo.config==8.3.2
oslo.context==3.1.1
oslo.i18n==5.0.1
oslo.log==4.4.0
oslo.privsep==2.4.0
oslo.serialization==4.0.1
oslo.service==2.4.0
oslo.utils==4.7.0
oslo.vmware==2.17.0
oslotest==3.2.0
Paste==2.0.2
PasteDeploy==1.5.0
pbr==5.4.1
oslo.vmware==3.7.0
oslotest==4.4.1
Paste==3.4.3
PasteDeploy==2.1.0
pbr==5.5.0
prettytable==0.7.2
pycparser==2.19
pycparser==2.20
pyinotify==0.9.6
pyparsing==2.2.1
pyperclip==1.5.27
python-barbicanclient==4.9.0
pyparsing==2.4.7
pyperclip==1.8.0
python-barbicanclient==5.0.1
python-dateutil==2.8.1
python-mimeparse==1.6.0
python-subunit==1.0.0
pytz==2013.6
PyYAML==5.1
python-subunit==1.4.0
pytz==2020.1
PyYAML==5.3.1
repoze.lru==0.7
requests==2.14.2
requests==2.23.0
requestsexceptions==1.2.0
rfc3986==1.3.0
Routes==2.3.1
six==1.10.0
stestr==1.0.0
stevedore==1.31.0
rfc3986==1.4.0
Routes==2.4.1
six==1.15.0
stestr==3.0.1
stevedore==3.2.2
suds-jurko==0.6
tenacity==6.0.0
tenacity==6.2.0
testrepository==0.0.20
testscenarios==0.5.0
testtools==2.2.0
testtools==2.4.0
traceback2==1.4.0
unittest2==1.1.0
urllib3==1.21.1
WebOb==1.7.1
wrapt==1.7.0
urllib3==1.25.10
WebOb==1.8.6
wrapt==1.12.1

View File

@ -2,17 +2,17 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
pbr!=2.1.0,>=5.4.1 # Apache-2.0
eventlet>=0.25.1 # MIT
oslo.concurrency>=3.26.0 # Apache-2.0
oslo.context>=2.23.0 # Apache-2.0
oslo.log>=3.44.0 # Apache-2.0
oslo.i18n>=3.24.0 # Apache-2.0
oslo.privsep>=1.32.0 # Apache-2.0
oslo.serialization>=2.29.0 # Apache-2.0
oslo.service!=1.28.1,>=1.24.0 # Apache-2.0
pbr>=5.5.0 # Apache-2.0
eventlet>=0.26.1 # MIT
oslo.concurrency>=4.3.0 # Apache-2.0
oslo.context>=3.1.1 # Apache-2.0
oslo.log>=4.4.0 # Apache-2.0
oslo.i18n>=5.0.1 # Apache-2.0
oslo.privsep>=2.4.0 # Apache-2.0
oslo.serialization>=4.0.1 # Apache-2.0
oslo.service>=2.4.0 # Apache-2.0
oslo.utils>=4.7.0 # Apache-2.0
requests>=2.14.2 # Apache-2.0
six>=1.10.0 # MIT
tenacity>=6.0.0 # Apache-2.0
os-win>=3.0.0 # Apache-2.0
requests>=2.23.0 # Apache-2.0
six>=1.15.0 # MIT
tenacity>=6.2.0 # Apache-2.0
os-win>=5.1.0 # Apache-2.0

View File

@ -3,13 +3,13 @@
# process, which may cause wedges in the gate later.
hacking>=3.1.0,<3.2.0 # Apache-2.0
coverage!=4.4,>=4.1 # Apache-2.0
ddt>=1.0.1 # MIT
oslotest>=3.2.0 # Apache-2.0
coverage>=5.2.1 # Apache-2.0
ddt>=1.4.1 # MIT
oslotest>=4.4.1 # Apache-2.0
testscenarios>=0.5.0 # Apache-2.0/BSD
testtools>=2.2.0 # MIT
stestr>=1.0.0 # Apache-2.0
oslo.vmware>=2.17.0 # Apache-2.0
castellan>=1.3.0 # Apache-2.0
testtools>=2.4.0 # MIT
stestr>=3.0.1 # Apache-2.0
oslo.vmware>=3.7.0 # Apache-2.0
castellan>=3.6.0 # Apache-2.0
pycodestyle==2.6.0 # MIT
doc8>=0.6.0 # Apache-2.0
doc8>=0.8.1 # Apache-2.0