]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.10] gh-98331: Update bundled pip to 22.3 (GH-98332) (gh-98399)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 18 Oct 2022 15:36:23 +0000 (08:36 -0700)
committerGitHub <noreply@github.com>
Tue, 18 Oct 2022 15:36:23 +0000 (16:36 +0100)
Lib/ensurepip/__init__.py
Lib/ensurepip/_bundled/pip-22.3-py3-none-any.whl [moved from Lib/ensurepip/_bundled/pip-22.2.2-py3-none-any.whl with 62% similarity]
Lib/ensurepip/_bundled/setuptools-65.5.0-py3-none-any.whl [moved from Lib/ensurepip/_bundled/setuptools-63.2.0-py3-none-any.whl with 61% similarity]
Misc/NEWS.d/next/Library/2022-10-16-15-31-50.gh-issue-98331.Y5kPOX.rst [new file with mode: 0644]

index 1826cdcf91ab3a9c81b66ecf686b2702b5b32446..ba07d590b8b2de3aa084a50b88881fb84d8ef3af 100644 (file)
@@ -11,8 +11,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"),
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 03099718b0bcf4f776d916e5a594d9cd0047067e..d6fccd9de92afcbc686f159b9d719ba0ca0d6cab 100644 (file)
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
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 e3b5446eb59cb5ac608742261a3608b412bcff08..123a13e2c6b2543f83a7f0040ad153f8de633558 100644 (file)
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 (file)
index 0000000..b4cf943
--- /dev/null
@@ -0,0 +1 @@
+Update the bundled copies of pip and setuptools to versions 22.3 and 65.5.0 respectively.