summaryrefslogtreecommitdiffstats
path: root/Lib/ensurepip
diff options
context:
space:
mode:
authorTzu-ping Chung <uranusjr@gmail.com>2021-08-06 18:22:48 (GMT)
committerGitHub <noreply@github.com>2021-08-06 18:22:48 (GMT)
commit738ac00a08cb6a9d104ec85ccb1a44c2399d6baa (patch)
treef089ff8dd01724d1059af07082198872f708ebce /Lib/ensurepip
parent55fa87b1ef46bbb9db7612b2dc2dd7fb039d9bc3 (diff)
downloadcpython-738ac00a08cb6a9d104ec85ccb1a44c2399d6baa.zip
cpython-738ac00a08cb6a9d104ec85ccb1a44c2399d6baa.tar.gz
cpython-738ac00a08cb6a9d104ec85ccb1a44c2399d6baa.tar.bz2
Upgrade bundled pip and setuptools (#27625)
pip is now 21.2.3 setuptools is now 57.4.0
Diffstat (limited to 'Lib/ensurepip')
-rw-r--r--Lib/ensurepip/__init__.py4
-rw-r--r--Lib/ensurepip/_bundled/pip-21.1.3-py3-none-any.whlbin1548027 -> 0 bytes
-rw-r--r--Lib/ensurepip/_bundled/pip-21.2.3-py3-none-any.whlbin0 -> 1563443 bytes
-rw-r--r--Lib/ensurepip/_bundled/setuptools-57.4.0-py3-none-any.whl (renamed from Lib/ensurepip/_bundled/setuptools-56.0.0-py3-none-any.whl)bin784941 -> 819017 bytes
4 files changed, 2 insertions, 2 deletions
diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py
index 28e1253..651f876 100644
--- a/Lib/ensurepip/__init__.py
+++ b/Lib/ensurepip/__init__.py
@@ -10,8 +10,8 @@ from importlib import resources
__all__ = ["version", "bootstrap"]
_PACKAGE_NAMES = ('setuptools', 'pip')
-_SETUPTOOLS_VERSION = "56.0.0"
-_PIP_VERSION = "21.1.3"
+_SETUPTOOLS_VERSION = "57.4.0"
+_PIP_VERSION = "21.2.3"
_PROJECTS = [
("setuptools", _SETUPTOOLS_VERSION, "py3"),
("pip", _PIP_VERSION, "py3"),
diff --git a/Lib/ensurepip/_bundled/pip-21.1.3-py3-none-any.whl b/Lib/ensurepip/_bundled/pip-21.1.3-py3-none-any.whl
deleted file mode 100644
index d96a40a..0000000
--- a/Lib/ensurepip/_bundled/pip-21.1.3-py3-none-any.whl
+++ /dev/null
Binary files differ
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
new file mode 100644
index 0000000..d417df6
--- /dev/null
+++ b/Lib/ensurepip/_bundled/pip-21.2.3-py3-none-any.whl
Binary files differ
diff --git a/Lib/ensurepip/_bundled/setuptools-56.0.0-py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-57.4.0-py3-none-any.whl
index 264ef10..af8f8ba 100644
--- a/Lib/ensurepip/_bundled/setuptools-56.0.0-py3-none-any.whl
+++ b/Lib/ensurepip/_bundled/setuptools-57.4.0-py3-none-any.whl
Binary files differ