]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-101997: Update bundled pip version to 23.0.1 (#101998)
authorPradyun Gedam <pradyunsg@gmail.com>
Sat, 25 Feb 2023 12:00:12 +0000 (12:00 +0000)
committerGitHub <noreply@github.com>
Sat, 25 Feb 2023 12:00:12 +0000 (12:00 +0000)
Lib/ensurepip/__init__.py
Lib/ensurepip/_bundled/pip-23.0.1-py3-none-any.whl [moved from Lib/ensurepip/_bundled/pip-23.0-py3-none-any.whl with 93% similarity]
Misc/NEWS.d/next/Library/2023-02-17-18-44-27.gh-issue-101997.A6_blD.rst [new file with mode: 0644]

index 052b7bca28ddd3f1dca4c0246de712b9c473424d..00e77749e25e77395457ef25f5d54e1c3a34f0fe 100644 (file)
@@ -11,7 +11,7 @@ from importlib import resources
 __all__ = ["version", "bootstrap"]
 _PACKAGE_NAMES = ('setuptools', 'pip')
 _SETUPTOOLS_VERSION = "65.5.0"
-_PIP_VERSION = "23.0"
+_PIP_VERSION = "23.0.1"
 _PROJECTS = [
     ("setuptools", _SETUPTOOLS_VERSION, "py3"),
     ("pip", _PIP_VERSION, "py3"),
similarity index 93%
rename from Lib/ensurepip/_bundled/pip-23.0-py3-none-any.whl
rename to Lib/ensurepip/_bundled/pip-23.0.1-py3-none-any.whl
index bb9aebf474cfe981dbf984bd9e36e23560111288..a855dc40e8630d1e3953e162af76cc5b0a11952b 100644 (file)
Binary files a/Lib/ensurepip/_bundled/pip-23.0-py3-none-any.whl and b/Lib/ensurepip/_bundled/pip-23.0.1-py3-none-any.whl differ
diff --git a/Misc/NEWS.d/next/Library/2023-02-17-18-44-27.gh-issue-101997.A6_blD.rst b/Misc/NEWS.d/next/Library/2023-02-17-18-44-27.gh-issue-101997.A6_blD.rst
new file mode 100644 (file)
index 0000000..f9dfd46
--- /dev/null
@@ -0,0 +1 @@
+Upgrade pip wheel bundled with ensurepip (pip 23.0.1)