There was an error while loading. Please reload this page.
1 parent d9e34db commit f443b54Copy full SHA for f443b54
3 files changed
Lib/ensurepip/__init__.py
@@ -10,7 +10,7 @@
10
11
__all__ = ["version", "bootstrap"]
12
_PACKAGE_NAMES = ('pip',)
13
-_PIP_VERSION = "23.1.2"
+_PIP_VERSION = "23.2.1"
14
_PROJECTS = [
15
("pip", _PIP_VERSION, "py3"),
16
]
…pip/_bundled/pip-23.1.2-py3-none-any.whl …pip/_bundled/pip-23.2.1-py3-none-any.whlLib/ensurepip/_bundled/pip-23.1.2-py3-none-any.whl renamed to Lib/ensurepip/_bundled/pip-23.2.1-py3-none-any.whl
1.97 MB
Misc/NEWS.d/next/Library/2023-07-15-10-24-56.gh-issue-106774.FJcqCj.rst
@@ -0,0 +1 @@
1
+Update the bundled copy of pip to version 23.2.1.
0 commit comments