Skip to content

Commit 3205d1f

Browse files
authored
[3.8] gh-101997: Update bundled pip version to 23.0.1 (GH-101998). (#102244)
(cherry picked from commit 89d9ff0)
1 parent 045b252 commit 3205d1f

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

Lib/ensurepip/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
__all__ = ["version", "bootstrap"]
1111
_PACKAGE_NAMES = ('setuptools', 'pip')
1212
_SETUPTOOLS_VERSION = "56.0.0"
13-
_PIP_VERSION = "22.0.4"
13+
_PIP_VERSION = "23.0.1"
1414
_PROJECTS = [
1515
("setuptools", _SETUPTOOLS_VERSION, "py3"),
1616
("pip", _PIP_VERSION, "py3"),
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)