Update lower-constraints versions

This updates lower constraints to versions that will work with py38 so
that when we move to running on focal nodes, which has py38 as its
default py3 runtime, the lower-constraints job will continue to pass.

It also cleans out some secondary requirements that are no longer needed
due to our direct dependencies being updated.

Linters are removed that are kept in the global requirements blacklist
as those are not version tracked and are not relevant for our
lower-constraints unit test runs.

Change-Id: Ied58e8aeb700c15354f1c040b2623f498d636061
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
Sean McGinnis 2020-06-09 16:49:27 -05:00
parent fcc0e08132
commit 04d5280c3d
No known key found for this signature in database
GPG Key ID: CE7EE4BFAF8D70C8
1 changed files with 32 additions and 2 deletions

View File

@ -1,48 +1,78 @@
alabaster==0.7.10 alabaster==0.7.10
appdirs==1.3.0 appdirs==1.3.0
Babel==2.3.4 Babel==2.3.4
bandit==1.4.0 certifi==2020.4.5.2
chardet==3.0.4
cliff==3.1.0
cmd2==0.8.9
coverage==4.0 coverage==4.0
debtcollector==1.2.0 debtcollector==1.2.0
doc8==0.8.1
docutils==0.11 docutils==0.11
dulwich==0.15.0 dulwich==0.15.0
entrypoints==0.3
extras==1.0.0 extras==1.0.0
fixtures==3.0.0 fixtures==3.0.0
future==0.18.2
gitdb==0.6.4 gitdb==0.6.4
GitPython==1.0.1 GitPython==1.0.1
idna==2.5
imagesize==0.7.1 imagesize==0.7.1
iso8601==0.1.11 iso8601==0.1.11
Jinja2==2.10 Jinja2==2.10
keystoneauth1==3.4.0 keystoneauth1==3.4.0
linecache2==1.0.0 linecache2==1.0.0
MarkupSafe==1.0 MarkupSafe==1.0
mock==4.0.2
monotonic==1.5
mox3==0.20.0 mox3==0.20.0
msgpack==1.0.0
mypy==0.720 mypy==0.720
mypy-extensions==0.4.3
netaddr==0.7.18 netaddr==0.7.18
netifaces==0.10.9
openstackdocstheme==1.20.0 openstackdocstheme==1.20.0
os-client-config==1.28.0 os-client-config==1.28.0
oslo.context==3.1.0
oslo.i18n==3.15.3 oslo.i18n==3.15.3
oslo.log==3.36.0 oslo.log==3.36.0
oslo.serialization==3.2.0
oslo.utils==4.2.0
oslotest==3.2.0 oslotest==3.2.0
packaging==20.4
pbr==2.0.0 pbr==2.0.0
prettytable==0.7.2
Pygments==2.2.0 Pygments==2.2.0
pyinotify==0.9.6
pyparsing==2.4.7
pyperclip==1.8.0
python-dateutil==2.8.1
python-mimeparse==1.6.0 python-mimeparse==1.6.0
python-subunit==1.0.0 python-subunit==1.0.0
pytz==2013.6 pytz==2013.6
PyYAML==3.12 PyYAML==3.12
reno==2.5.0 reno==2.5.0
requests==2.18.0 requests==2.18.0
requests_mock==1.5.0 requests-mock==1.5.0
requestsexceptions==1.2.0 requestsexceptions==1.2.0
restructuredtext-lint==1.3.1
rfc3986==1.2.0 rfc3986==1.2.0
six==1.15.0
smmap==0.9.0 smmap==0.9.0
snowballstemmer==1.2.1 snowballstemmer==1.2.1
Sphinx==1.8.0 Sphinx==1.8.0
sphinxcontrib-apidoc==0.3.0
sphinxcontrib-websupport==1.0.1 sphinxcontrib-websupport==1.0.1
stestr==2.1.0 stestr==2.1.0
stevedore==1.20.0 stevedore==1.20.0
testrepository==0.0.20
testscenarios==0.4 testscenarios==0.4
testtools==2.2.0 testtools==2.2.0
traceback2==1.4.0 traceback2==1.4.0
typed-ast==1.4.1
typing-extensions==3.7.4.2
unittest2==1.1.0 unittest2==1.1.0
urllib3==1.21.1
voluptuous==0.11.7
wcwidth==0.2.4
wrapt==1.7.0 wrapt==1.7.0