Skip to content

Commit 438b811

Browse files
gh-103872: Update bundled pip version to 23.1.2 (gh-103873)
closes: #103872 xref: pypa/pip#12000 <!-- gh-issue-number: gh-103872 --> * Issue: gh-103872 <!-- /gh-issue-number --> --------- Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
1 parent 2763994 commit 438b811

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

Lib/ensurepip/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
__all__ = ["version", "bootstrap"]
1212
_PACKAGE_NAMES = ('pip',)
13-
_PIP_VERSION = "23.1.1"
13+
_PIP_VERSION = "23.1.2"
1414
_PROJECTS = [
1515
("pip", _PIP_VERSION, "py3"),
1616
]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update the bundled copy of pip to version 23.1.2.

0 commit comments

Comments
 (0)