From 4d5b9f2d0c88e411b0cb032a46b8b681d984703c Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Thu, 27 Apr 2023 10:48:46 -0400 Subject: [PATCH] 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... --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5f18b6b95..6e56496d4 100644 --- a/tox.ini +++ b/tox.ini @@ -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