summaryrefslogtreecommitdiffstats
path: root/Lib/ensurepip
diff options
context:
space:
mode:
authorPaul Moore <p.f.moore@gmail.com>2022-10-18 14:48:14 (GMT)
committerGitHub <noreply@github.com>2022-10-18 14:48:14 (GMT)
commit9da5215000920870eeddd78af92da4c98099706c (patch)
treeb0476f1eb3a0ce676628ed8e36220e34a4e08225 /Lib/ensurepip
parent2eb503e4dde9c9b0443e799e02d55bc053ef1c64 (diff)
downloadcpython-9da5215000920870eeddd78af92da4c98099706c.zip
cpython-9da5215000920870eeddd78af92da4c98099706c.tar.gz
cpython-9da5215000920870eeddd78af92da4c98099706c.tar.bz2
gh-98331: Update bundled pip to 22.3 (#98332)
Diffstat (limited to 'Lib/ensurepip')
-rw-r--r--Lib/ensurepip/__init__.py4
-rw-r--r--Lib/ensurepip/_bundled/pip-22.3-py3-none-any.whl (renamed from Lib/ensurepip/_bundled/pip-22.2.2-py3-none-any.whl)bin2044706 -> 2051507 bytes
-rw-r--r--Lib/ensurepip/_bundled/setuptools-65.5.0-py3-none-any.whl (renamed from Lib/ensurepip/_bundled/setuptools-63.2.0-py3-none-any.whl)bin1228000 -> 1232695 bytes
3 files changed, 2 insertions, 2 deletions
diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py
index 33c9180..4a6ba9c 100644
--- a/Lib/ensurepip/__init__.py
+++ b/Lib/ensurepip/__init__.py
@@ -10,8 +10,8 @@ from importlib import resources
__all__ = ["version", "bootstrap"]
_PACKAGE_NAMES = ('setuptools', 'pip')
-_SETUPTOOLS_VERSION = "63.2.0"
-_PIP_VERSION = "22.2.2"
+_SETUPTOOLS_VERSION = "65.5.0"
+_PIP_VERSION = "22.3"
_PROJECTS = [
("setuptools", _SETUPTOOLS_VERSION, "py3"),
("pip", _PIP_VERSION, "py3"),
diff --git a/Lib/ensurepip/_bundled/pip-22.2.2-py3-none-any.whl b/Lib/ensurepip/_bundled/pip-22.3-py3-none-any.whl
index 0309971..d6fccd9 100644
--- a/Lib/ensurepip/_bundled/pip-22.2.2-py3-none-any.whl
+++ b/Lib/ensurepip/_bundled/pip-22.3-py3-none-any.whl
Binary files differ
diff --git a/Lib/ensurepip/_bundled/setuptools-63.2.0-py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-65.5.0-py3-none-any.whl
index e3b5446..123a13e 100644
--- a/Lib/ensurepip/_bundled/setuptools-63.2.0-py3-none-any.whl
+++ b/Lib/ensurepip/_bundled/setuptools-65.5.0-py3-none-any.whl
Binary files differ