Skip to content

Commit 08597e0

Browse files
pradyunsgned-deily
authored andcommitted
pythongh-101997: Update bundled pip version to 23.0.1
(cherry picked from commit 89d9ff0) Co-authored-by: Pradyun Gedam <[email protected]>
1 parent cbd192b commit 08597e0

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed

Diff for: Lib/ensurepip/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
__all__ = ["version", "bootstrap"]
1010
_PACKAGE_NAMES = ('setuptools', 'pip')
1111
_SETUPTOOLS_VERSION = "47.1.0"
12-
_PIP_VERSION = "22.0.4"
12+
_PIP_VERSION = "23.0.1"
1313
_PROJECTS = [
1414
("setuptools", _SETUPTOOLS_VERSION, "py3"),
1515
("pip", _PIP_VERSION, "py3"),

Diff for: Lib/ensurepip/_bundled/pip-22.0.4-py3-none-any.whl

-2.03 MB
Binary file not shown.

Diff for: Lib/ensurepip/_bundled/pip-23.0.1-py3-none-any.whl

1.96 MB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Upgrade pip wheel bundled with ensurepip (pip 23.0.1)

0 commit comments

Comments
 (0)