Skip to content

Commit b5a9430

Browse files
authored
[3.9] gh-101997: Update bundled pip version to 23.0.1 (GH-101998). (#102243)
(cherry picked from commit 89d9ff0)
1 parent cb0b009 commit b5a9430

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed

Lib/ensurepip/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
__all__ = ["version", "bootstrap"]
1414
_SETUPTOOLS_VERSION = "58.1.0"
15-
_PIP_VERSION = "22.0.4"
15+
_PIP_VERSION = "23.0.1"
1616
_PROJECTS = [
1717
("setuptools", _SETUPTOOLS_VERSION, "py3"),
1818
("pip", _PIP_VERSION, "py3"),
Binary file not shown.
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)