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: Iaa0f324c0a3ca3be1948452289f8989ba61a1543
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
Sean McGinnis 2020-06-09 16:33:14 -05:00
parent 18e76738e7
commit 9b2da3c70f
No known key found for this signature in database
GPG Key ID: CE7EE4BFAF8D70C8
2 changed files with 32 additions and 31 deletions

View File

@ -1,63 +1,64 @@
appdirs==1.4.3
Babel==2.5.3
bandit==1.1.0
certifi==2018.1.18
cffi==1.11.5
cffi==1.13.1
chardet==3.0.4
click==6.7
daiquiri==1.3.0
debtcollector==1.19.0
dogpile.cache==0.6.2
cliff==3.1.0
cmd2==0.8.9
debtcollector==2.1.0
decorator==4.4.2
dogpile.cache==0.9.2
entrypoints==0.3
etcd3gw==0.2.0
extras==1.0.0
fixtures==3.0.0
future==0.18.2
futurist==2.2.0
gitdb2==2.0.3
GitPython==2.1.8
idna==2.6
iso8601==0.1.12
Jinja2==2.10
keystoneauth1==3.4.0
linecache2==1.0.0
MarkupSafe==1.0
monotonic==1.4
mock==4.0.2
mox3==0.25.0
msgpack==0.5.6
msgpack==1.0.0
netaddr==0.7.19
netifaces==0.10.6
openstack-requirements==1.2.0
netifaces==0.10.9
os-client-config==1.29.0
oslo.config==5.2.0
oslo.context==2.20.0
oslo.i18n==3.15.3
oslo.log==3.36.0
oslo.serialization==2.25.0
oslo.utils==3.33.0
oslo.config==8.1.0
oslo.context==3.1.0
oslo.i18n==5.0.0
oslo.log==4.2.1
oslo.serialization==3.2.0
oslo.utils==4.2.0
oslotest==3.2.0
packaging==17.1
Parsley==1.3
pbr==3.1.1
pifpaf==0.10.0
psutil==5.4.3
prettytable==0.7.2
pycparser==2.18
pyinotify==0.9.6
pymongo==3.0.2
pyparsing==2.2.0
python-dateutil==2.7.0
pyperclip==1.8.0
python-dateutil==2.8.1
python-memcached==1.56
python-mimeparse==1.6.0
python-subunit==1.2.0
pytz==2018.3
pytz==2020.1
PyYAML==3.12
requests==2.18.4
requestsexceptions==1.4.0
rfc3986==1.1.0
rfc3986==1.4.0
six==1.11.0
smmap2==2.0.3
stestr==2.0.0
stevedore==1.28.0
testrepository==0.0.20
testtools==2.3.0
traceback2==1.4.0
unittest2==1.1.0
urllib3==1.22
wrapt==1.10.11
voluptuous==0.11.7
wcwidth==0.2.4
wrapt==1.12.1
xattr==0.9.3

View File

@ -2,8 +2,8 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
dogpile.cache>=0.6.2 # BSD
oslo.config>=5.2.0 # Apache-2.0
oslo.i18n>=3.15.3 # Apache-2.0
oslo.log>=3.36.0 # Apache-2.0
oslo.utils>=3.33.0 # Apache-2.0
dogpile.cache>=0.9.2 # BSD
oslo.config>=8.1.0 # Apache-2.0
oslo.i18n>=5.0.0 # Apache-2.0
oslo.log>=4.2.1 # Apache-2.0
oslo.utils>=4.2.0 # Apache-2.0