Skip to content

Commit

Permalink
pythongh-114965: Updated bundled pip to 24.0 (pythongh-114966)
Browse files Browse the repository at this point in the history
Updated bundled pip to 24.0

(cherry picked from commit a4c298c)
  • Loading branch information
sbidoul committed Feb 3, 2024
1 parent df9f3ef commit 92a4d9b
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 @@ -10,7 +10,7 @@

__all__ = ["version", "bootstrap"]
_PACKAGE_NAMES = ('pip',)
_PIP_VERSION = "23.3.2"
_PIP_VERSION = "24.0"
_PROJECTS = [
("pip", _PIP_VERSION, "py3"),
]
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update bundled pip to 24.0

0 comments on commit 92a4d9b

Please sign in to comment.