summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-03-13 19:15:20 (GMT)
committerGitHub <noreply@github.com>2022-03-13 19:15:20 (GMT)
commit25962e4e60235645f945d23281431b30b3c3d573 (patch)
tree914820e6034d936113d4fe42a88d825b65332e6b /Lib
parent1ceda9787f586e11ccd2a94171422a2d70622a27 (diff)
downloadcpython-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 'Lib')
-rw-r--r--Lib/ensurepip/__init__.py2
-rw-r--r--Lib/ensurepip/_bundled/setuptools-58.1.0-py3-none-any.whlbin816725 -> 0 bytes
-rw-r--r--Lib/ensurepip/_bundled/setuptools-60.9.3-py3-none-any.whlbin0 -> 1078952 bytes
3 files changed, 1 insertions, 1 deletions
diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py
index 3fbe8b2..20a4045 100644
--- a/Lib/ensurepip/__init__.py
+++ b/Lib/ensurepip/__init__.py
@@ -11,7 +11,7 @@ from importlib import resources
__all__ = ["version", "bootstrap"]
_PACKAGE_NAMES = ('setuptools', 'pip')
-_SETUPTOOLS_VERSION = "58.1.0"
+_SETUPTOOLS_VERSION = "60.9.3"
_PIP_VERSION = "22.0.4"
_PROJECTS = [
("setuptools", _SETUPTOOLS_VERSION, "py3"),
diff --git a/Lib/ensurepip/_bundled/setuptools-58.1.0-py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-58.1.0-py3-none-any.whl
deleted file mode 100644
index 18c8c22..0000000
--- a/Lib/ensurepip/_bundled/setuptools-58.1.0-py3-none-any.whl
+++ /dev/null
Binary files differ
diff --git a/Lib/ensurepip/_bundled/setuptools-60.9.3-py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-60.9.3-py3-none-any.whl
new file mode 100644
index 0000000..b88ddc6
--- /dev/null
+++ b/Lib/ensurepip/_bundled/setuptools-60.9.3-py3-none-any.whl
Binary files differ