Upgrade some versions.

This commit is contained in:
Itamar Turner-Trauring 2022-02-15 09:59:04 -05:00
parent d976524bb0
commit dfe7de54a2

10
tox.ini
View File

@ -34,12 +34,10 @@ deps =
# happening at the time. The versions selected here are just the current # happening at the time. The versions selected here are just the current
# versions at the time. Bumping them to keep up with future releases is # versions at the time. Bumping them to keep up with future releases is
# fine as long as those releases are known to actually work. # fine as long as those releases are known to actually work.
# pip==22.0.3
# For now these are versions that support Python 2. setuptools==60.9.1
pip==20.3.4 wheel==0.37.1
setuptools==44.1.1 subunitreporter==22.2.0
wheel==0.36.2
subunitreporter==19.3.2
# As an exception, we don't pin certifi because it contains CA # As an exception, we don't pin certifi because it contains CA
# certificates which necessarily change over time. Pinning this is # certificates which necessarily change over time. Pinning this is
# guaranteed to cause things to break eventually as old certificates # guaranteed to cause things to break eventually as old certificates