Skip to content

Commit

Permalink
pythongh-103872: Update bundled pip version to 23.1.2 (pythongh-103873)
Browse files Browse the repository at this point in the history
closes: python#103872
xref: pypa/pip#12000

<!-- gh-issue-number: pythongh-103872 -->
* Issue: pythongh-103872
<!-- /gh-issue-number -->

---------

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and itamaro committed Apr 26, 2023
1 parent c1c302d commit 2d572f3
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.1.1"
_PIP_VERSION = "23.1.2"
_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 the bundled copy of pip to version 23.1.2.

0 comments on commit 2d572f3

Please sign in to comment.