summaryrefslogtreecommitdiffstats
path: root/Lib/ensurepip
diff options
context:
space:
mode:
authorPradyun Gedam <pgedam@bloomberg.net>2022-03-13 18:49:28 (GMT)
committerGitHub <noreply@github.com>2022-03-13 18:49:28 (GMT)
commitc99ac3c364ee21be72263791b71ee8b55f64de08 (patch)
treee4007386753b994c1ad9f2422135d207e3be19ce /Lib/ensurepip
parentd87f1b787ed38dfd307d82452f2efe9dc5b93942 (diff)
downloadcpython-c99ac3c364ee21be72263791b71ee8b55f64de08.zip
cpython-c99ac3c364ee21be72263791b71ee8b55f64de08.tar.gz
cpython-c99ac3c364ee21be72263791b71ee8b55f64de08.tar.bz2
bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)
Diffstat (limited to 'Lib/ensurepip')
-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 a198a86..d23fcad 100644
--- a/Lib/ensurepip/__init__.py
+++ b/Lib/ensurepip/__init__.py
@@ -10,7 +10,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