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: I77bf9e042edfe002a35757c38b9a4f729818d57a
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
Sean McGinnis 2020-06-09 13:49:18 -05:00
parent 8165cfecbe
commit 6aa47dfa7b
No known key found for this signature in database
GPG Key ID: CE7EE4BFAF8D70C8
1 changed files with 5 additions and 10 deletions

View File

@ -1,27 +1,23 @@
alabaster==0.7.10
appdirs==1.4.3
certifi==2018.1.18
cffi==1.11.5
cffi==1.13.2
chardet==3.0.4
cliff==2.11.0
cmd2==0.8.1
coverage==4.0
ddt==1.0.1
debtcollector==1.19.0
dnspython==1.16.0
doc8==0.6.0
docutils==0.14
dulwich==0.19.0
enum-compat==0.0.2
eventlet==0.20.0
eventlet==0.25.1
extras==1.0.0
fasteners==0.14.1
fixtures==3.0.0
future==0.16.0
greenlet==0.4.13
idna==2.6
imagesize==1.0.0
iso8601==0.1.12
Jinja2==2.10
keystoneauth1==3.4.0
linecache2==1.0.0
MarkupSafe==1.0
@ -33,7 +29,6 @@ netaddr==0.7.19
netifaces==0.10.6
os-brick==2.5.0
os-client-config==1.29.0
os-testr==1.0.0
os-win==4.0.0
oslo.concurrency==3.26.0
oslo.config==5.2.0
@ -53,7 +48,6 @@ pycparser==2.18
Pygments==2.2.0
pyinotify==0.9.6
pyparsing==2.2.0
pyperclip==1.6.0
python-cinderclient==3.3.0
python-dateutil==2.7.0
python-mimeparse==1.6.0
@ -67,14 +61,15 @@ retrying==1.3.3
rfc3986==1.1.0
Routes==2.4.1
simplejson==3.13.2
six==1.11.0
snowballstemmer==1.2.1
stestr==1.0.0
stevedore==1.28.0
testrepository==0.0.20
testscenarios==0.4
testtools==2.2.0
traceback2==1.4.0
unittest2==1.1.0
urllib3==1.22
voluptuous==0.11.1
WebOb==1.7.4
wrapt==1.10.11