Skip to content

Commit

Permalink
pythongh-103559: Update bundled pip version to 23.1.1 (pythongh-103560)
Browse files Browse the repository at this point in the history
* Update bundled pip version to 23.1
* Update to pip 23.1.1

(cherry picked from commit b286295)
  • Loading branch information
pfmoore committed Apr 24, 2023
1 parent dc08c7a commit 013322f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/ensurepip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
__all__ = ["version", "bootstrap"]
_PACKAGE_NAMES = ('setuptools', 'pip')
_SETUPTOOLS_VERSION = "65.5.0"
_PIP_VERSION = "22.3.1"
_PIP_VERSION = "23.1.1"
_PROJECTS = [
("setuptools", _SETUPTOOLS_VERSION, "py3"),
("pip", _PIP_VERSION, "py3"),
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update the bundled copy of pip to version 23.1.1.

0 comments on commit 013322f

Please sign in to comment.