Skip to content

Commit

Permalink
[3.12] gh-106774: Update bundled pip version to 23.2.1 (GH-106775) (g…
Browse files Browse the repository at this point in the history
…h-107222)

gh-106774: Update bundled pip version to 23.2.1 (GH-106775)
  • Loading branch information
miss-islington committed Jul 25, 2023
1 parent 5fd028b commit 2cdde10
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
Expand Up @@ -10,7 +10,7 @@

__all__ = ["version", "bootstrap"]
_PACKAGE_NAMES = ('pip',)
_PIP_VERSION = "23.1.2"
_PIP_VERSION = "23.2.1"
_PROJECTS = [
("pip", _PIP_VERSION, "py3"),
]
Expand Down
Binary file not shown.
@@ -0,0 +1 @@
Update the bundled copy of pip to version 23.2.1.

0 comments on commit 2cdde10

Please sign in to comment.