[Python-checkins] [3.11] gh-98331: Update bundled pip to 22.3 (GH-98332) (gh-98400)

pfmoore webhook-mailer at python.org
Tue Oct 18 11:36:49 EDT 2022


https://github.com/python/cpython/commit/651a7300dc7962bf6f9f62c886af8cbdcf1334da
commit: 651a7300dc7962bf6f9f62c886af8cbdcf1334da
branch: 3.11
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: pfmoore <p.f.moore at gmail.com>
date: 2022-10-18T16:36:42+01:00
summary:

[3.11] gh-98331: Update bundled pip to 22.3 (GH-98332) (gh-98400)

files:
A Lib/ensurepip/_bundled/pip-22.3-py3-none-any.whl
A Lib/ensurepip/_bundled/setuptools-65.5.0-py3-none-any.whl
A Misc/NEWS.d/next/Library/2022-10-16-15-31-50.gh-issue-98331.Y5kPOX.rst
D Lib/ensurepip/_bundled/pip-22.2.2-py3-none-any.whl
D Lib/ensurepip/_bundled/setuptools-63.2.0-py3-none-any.whl
M Lib/ensurepip/__init__.py

diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py
index 33c91801b0aa..4a6ba9cedf3d 100644
--- a/Lib/ensurepip/__init__.py
+++ b/Lib/ensurepip/__init__.py
@@ -10,8 +10,8 @@
 
 __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
similarity index 62%
rename from Lib/ensurepip/_bundled/pip-22.2.2-py3-none-any.whl
rename to Lib/ensurepip/_bundled/pip-22.3-py3-none-any.whl
index 03099718b0bc..d6fccd9de92a 100644
Binary files a/Lib/ensurepip/_bundled/pip-22.2.2-py3-none-any.whl and b/Lib/ensurepip/_bundled/pip-22.3-py3-none-any.whl 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
similarity index 61%
rename from Lib/ensurepip/_bundled/setuptools-63.2.0-py3-none-any.whl
rename to Lib/ensurepip/_bundled/setuptools-65.5.0-py3-none-any.whl
index e3b5446eb59c..123a13e2c6b2 100644
Binary files a/Lib/ensurepip/_bundled/setuptools-63.2.0-py3-none-any.whl and b/Lib/ensurepip/_bundled/setuptools-65.5.0-py3-none-any.whl differ
diff --git a/Misc/NEWS.d/next/Library/2022-10-16-15-31-50.gh-issue-98331.Y5kPOX.rst b/Misc/NEWS.d/next/Library/2022-10-16-15-31-50.gh-issue-98331.Y5kPOX.rst
new file mode 100644
index 000000000000..b4cf94310af6
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2022-10-16-15-31-50.gh-issue-98331.Y5kPOX.rst
@@ -0,0 +1 @@
+Update the bundled copies of pip and setuptools to versions 22.3 and 65.5.0 respectively.



More information about the Python-checkins mailing list