summaryrefslogtreecommitdiffstats
path: root/Lib/ensurepip
diff options
context:
space:
mode:
authorStéphane Bidoul <stephane.bidoul@gmail.com>2022-07-24 11:01:03 (GMT)
committerGitHub <noreply@github.com>2022-07-24 11:01:03 (GMT)
commit3c94d3395edbcd299cbdacd09660ed88e654eeef (patch)
treee380886401300e2725314232d0da1cc95dfb3372 /Lib/ensurepip
parent068ffafa5465e9388a940692d1720266a1b37257 (diff)
downloadcpython-3c94d3395edbcd299cbdacd09660ed88e654eeef.zip
cpython-3c94d3395edbcd299cbdacd09660ed88e654eeef.tar.gz
cpython-3c94d3395edbcd299cbdacd09660ed88e654eeef.tar.bz2
gh-95199: upgrade bundled setuptools to 63.2.0 (gh-95200)
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-63.2.0-py3-none-any.whlbin0 -> 1228000 bytes
3 files changed, 1 insertions, 1 deletions
diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py
index c4d116e..d883873 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 = "63.2.0"
_PIP_VERSION = "22.2"
_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-63.2.0-py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-63.2.0-py3-none-any.whl
new file mode 100644
index 0000000..e3b5446
--- /dev/null
+++ b/Lib/ensurepip/_bundled/setuptools-63.2.0-py3-none-any.whl
Binary files differ