8000 gh-103872: Update bundled pip version to 23.1.2 (gh-103873) · itamaro/cpython@2d572f3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2d572f3

Browse files
pfmooreblurb-it[bot]
authored andcommitted
pythongh-103872: Update bundled pip version to 23.1.2 (pythongh-103873)
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>
1 parent c1c302d commit 2d572f3

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)
0