summaryrefslogtreecommitdiffstats
path: root/Lib/ensurepip
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 /Lib/ensurepip
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>
Diffstat (limited to 'Lib/ensurepip')
-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
2 files changed, 1 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