summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/ensurepip/__init__.py8
-rw-r--r--Lib/ensurepip/_bundled/pip-21.2.3-py3-none-any.whlbin1563443 -> 0 bytes
-rw-r--r--Lib/ensurepip/_bundled/pip-21.2.4-py3-none-any.whlbin0 -> 1555100 bytes
-rw-r--r--Lib/ensurepip/_bundled/setuptools-58.1.0-py3-none-any.whl (renamed from Lib/ensurepip/_bundled/setuptools-57.4.0-py3-none-any.whl)bin819017 -> 816725 bytes
-rw-r--r--Misc/NEWS.d/next/Library/2021-10-01-23-07-02.bpo-45343.ixmctD.rst1
5 files changed, 3 insertions, 6 deletions
diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py
index 7b03970..2a140a2 100644
--- a/Lib/ensurepip/__init__.py
+++ b/Lib/ensurepip/__init__.py
@@ -11,12 +11,8 @@ from . import _bundled
__all__ = ["version", "bootstrap"]
-
-
-_SETUPTOOLS_VERSION = "57.4.0"
-
-_PIP_VERSION = "21.2.3"
-
+_SETUPTOOLS_VERSION = "58.1.0"
+_PIP_VERSION = "21.2.4"
_PROJECTS = [
("setuptools", _SETUPTOOLS_VERSION, "py3"),
("pip", _PIP_VERSION, "py3"),
diff --git a/Lib/ensurepip/_bundled/pip-21.2.3-py3-none-any.whl b/Lib/ensurepip/_bundled/pip-21.2.3-py3-none-any.whl
deleted file mode 100644
index d417df6..0000000
--- a/Lib/ensurepip/_bundled/pip-21.2.3-py3-none-any.whl
+++ /dev/null
Binary files differ
diff --git a/Lib/ensurepip/_bundled/pip-21.2.4-py3-none-any.whl b/Lib/ensurepip/_bundled/pip-21.2.4-py3-none-any.whl
new file mode 100644
index 0000000..46d3012
--- /dev/null
+++ b/Lib/ensurepip/_bundled/pip-21.2.4-py3-none-any.whl
Binary files differ
diff --git a/Lib/ensurepip/_bundled/setuptools-57.4.0-py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-58.1.0-py3-none-any.whl
index af8f8ba..18c8c22 100644
--- a/Lib/ensurepip/_bundled/setuptools-57.4.0-py3-none-any.whl
+++ b/Lib/ensurepip/_bundled/setuptools-58.1.0-py3-none-any.whl
Binary files differ
diff --git a/Misc/NEWS.d/next/Library/2021-10-01-23-07-02.bpo-45343.ixmctD.rst b/Misc/NEWS.d/next/Library/2021-10-01-23-07-02.bpo-45343.ixmctD.rst
new file mode 100644
index 0000000..8dac4e6
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2021-10-01-23-07-02.bpo-45343.ixmctD.rst
@@ -0,0 +1 @@
+Update bundled pip to 21.2.4 and setuptools to 58.1.0