Skip to content

Commit ca97483

Browse files
committed
Revert "pythongh-106774: Update bundled pip version to 23.2.1 (python#106775)"
This reverts commit f443b54.
1 parent 1ec4537 commit ca97483

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
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.2.1"
13+
_PIP_VERSION = "23.1.2"
1414
_PROJECTS = [
1515
("pip", _PIP_VERSION, "py3"),
1616
]

Misc/NEWS.d/next/Library/2023-07-15-10-24-56.gh-issue-106774.FJcqCj.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)