Skip to content

Commit 89d9ff0

Browse files
authored
pythongh-101997: Update bundled pip version to 23.0.1 (python#101998)
1 parent b7c1126 commit 89d9ff0

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

Diff for: Lib/ensurepip/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
__all__ = ["version", "bootstrap"]
1212
_PACKAGE_NAMES = ('setuptools', 'pip')
1313
_SETUPTOOLS_VERSION = "65.5.0"
14-
_PIP_VERSION = "23.0"
14+
_PIP_VERSION = "23.0.1"
1515
_PROJECTS = [
1616
("setuptools", _SETUPTOOLS_VERSION, "py3"),
1717
("pip", _PIP_VERSION, "py3"),
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)