Skip to content

Commit

Permalink
[3.13] pythongh-122744: Bump bundled pip to 24.2
Browse files Browse the repository at this point in the history
(cherry picked from commit 40f3095)

Co-authored-by: Pradyun Gedam <pradyunsg@users.noreply.github.com>
  • Loading branch information
pradyunsg committed Aug 6, 2024
1 parent 4aaa425 commit 4f5f64d
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"]
_PIP_VERSION = "24.1.1"
_PIP_VERSION = "24.2"

# Directory of system wheel packages. Some Linux distribution packaging
# policies recommend against bundling dependencies. For example, Fedora
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump the version of pip bundled in ensurepip to version 24.2.

0 comments on commit 4f5f64d

Please sign in to comment.