summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Moore <p.f.moore@gmail.com>2023-04-26 10:22:25 (GMT)
committerGitHub <noreply@github.com>2023-04-26 10:22:25 (GMT)
commit438b811761da124b949265d233f9fd9a74d7dd3f (patch)
tree44dc75b5bd1c6416ff8cb9d8521bb97679c43445
parent2763994be38e388c321a6807264c694dbf1dafcb (diff)
downloadcpython-438b811761da124b949265d233f9fd9a74d7dd3f.zip
cpython-438b811761da124b949265d233f9fd9a74d7dd3f.tar.gz
cpython-438b811761da124b949265d233f9fd9a74d7dd3f.tar.bz2
gh-103872: Update bundled pip version to 23.1.2 (gh-103873)
closes: #103872 xref: https://github.com/pypa/pip/pull/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>
-rw-r--r--Lib/ensurepip/__init__.py2
-rw-r--r--Lib/ensurepip/_bundled/pip-23.1.2-py3-none-any.whl (renamed from Lib/ensurepip/_bundled/pip-23.1.1-py3-none-any.whl)bin2064386 -> 2064688 bytes
-rw-r--r--Misc/NEWS.d/next/Library/2023-04-26-09-38-47.gh-issue-103872.8LBsDz.rst1
3 files changed, 2 insertions, 1 deletions
diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py
index 4278422..5f4f1d7 100644
--- a/Lib/ensurepip/__init__.py
+++ b/Lib/ensurepip/__init__.py
@@ -10,7 +10,7 @@ from importlib import resources
__all__ = ["version", "bootstrap"]
_PACKAGE_NAMES = ('pip',)
-_PIP_VERSION = "23.1.1"
+_PIP_VERSION = "23.1.2"
_PROJECTS = [
("pip", _PIP_VERSION, "py3"),
]
diff --git a/Lib/ensurepip/_bundled/pip-23.1.1-py3-none-any.whl b/Lib/ensurepip/_bundled/pip-23.1.2-py3-none-any.whl
index dee4c03..6a25156 100644
--- a/Lib/ensurepip/_bundled/pip-23.1.1-py3-none-any.whl
+++ b/Lib/ensurepip/_bundled/pip-23.1.2-py3-none-any.whl
Binary files differ
diff --git a/Misc/NEWS.d/next/Library/2023-04-26-09-38-47.gh-issue-103872.8LBsDz.rst b/Misc/NEWS.d/next/Library/2023-04-26-09-38-47.gh-issue-103872.8LBsDz.rst
new file mode 100644
index 0000000..b840f9f
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2023-04-26-09-38-47.gh-issue-103872.8LBsDz.rst
@@ -0,0 +1 @@
+Update the bundled copy of pip to version 23.1.2.