Newer versions of setuptools and pip, to work better with newer Pythons.

This commit is contained in:
Itamar Turner-Trauring 2021-05-05 10:34:10 -04:00
parent 293f372ea4
commit 30c03d085e

View File

@ -35,9 +35,11 @@ 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==19.1.1 #
setuptools==41.0.1 # For now these are versions that support Python 2.
wheel==0.33.4 pip==20.3.4
setuptools==44.1.1
wheel==0.36.2
subunitreporter==19.3.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