match the version in the docker image

it is maybe wrong that we pin a specific version here and also only include a
specific version (probably some interpretation of "the most recent release")
in the docker image...
This commit is contained in:
Jean-Paul Calderone 2023-04-27 10:48:46 -04:00
parent f9269158ba
commit 4d5b9f2d0c

View File

@ -36,7 +36,7 @@ deps =
# 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
# fine as long as those releases are known to actually work.
pip==22.0.3
pip==22.3.1
setuptools==60.9.1
wheel==0.37.1
subunitreporter==22.2.0