diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-03-13 19:15:20 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-13 19:15:20 (GMT) |
commit | 25962e4e60235645f945d23281431b30b3c3d573 (patch) | |
tree | 914820e6034d936113d4fe42a88d825b65332e6b /Misc | |
parent | 1ceda9787f586e11ccd2a94171422a2d70622a27 (diff) | |
download | cpython-25962e4e60235645f945d23281431b30b3c3d573.zip cpython-25962e4e60235645f945d23281431b30b3c3d573.tar.gz cpython-25962e4e60235645f945d23281431b30b3c3d573.tar.bz2 |
bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)
(cherry picked from commit c99ac3c364ee21be72263791b71ee8b55f64de08)
Co-authored-by: Pradyun Gedam <pgedam@bloomberg.net>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-03-11-13-54-27.bpo-46986.nF1meI.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-03-11-13-54-27.bpo-46986.nF1meI.rst b/Misc/NEWS.d/next/Library/2022-03-11-13-54-27.bpo-46986.nF1meI.rst new file mode 100644 index 0000000..06dd127 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-03-11-13-54-27.bpo-46986.nF1meI.rst @@ -0,0 +1 @@ +Upgrade setuptools wheel bundled with ensurepip (setuptools 60.9.3) |