Skip to content

Commit b286295

Browse files
authored
gh-103559: Update bundled pip version to 23.1.1 (gh-103560)
* Update bundled pip version to 23.1 * Update to pip 23.1.1
1 parent 6b58d41 commit b286295

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

1111
__all__ = ["version", "bootstrap"]
1212
_PACKAGE_NAMES = ('pip',)
13-
_PIP_VERSION = "23.0.1"
13+
_PIP_VERSION = "23.1.1"
1414
_PROJECTS = [
1515
("pip", _PIP_VERSION, "py3"),
1616
]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update the bundled copy of pip to version 23.1.1.

0 commit comments

Comments
 (0)