diff options
author | Tzu-ping Chung <uranusjr@gmail.com> | 2021-08-06 18:22:48 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-06 18:22:48 (GMT) |
commit | 738ac00a08cb6a9d104ec85ccb1a44c2399d6baa (patch) | |
tree | f089ff8dd01724d1059af07082198872f708ebce /Lib/ensurepip | |
parent | 55fa87b1ef46bbb9db7612b2dc2dd7fb039d9bc3 (diff) | |
download | cpython-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__.py | 4 | ||||
-rw-r--r-- | Lib/ensurepip/_bundled/pip-21.1.3-py3-none-any.whl | bin | 1548027 -> 0 bytes | |||
-rw-r--r-- | Lib/ensurepip/_bundled/pip-21.2.3-py3-none-any.whl | bin | 0 -> 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) | bin | 784941 -> 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 Binary files differdeleted file mode 100644 index d96a40a..0000000 --- a/Lib/ensurepip/_bundled/pip-21.1.3-py3-none-any.whl +++ /dev/null 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 Binary files differnew file mode 100644 index 0000000..d417df6 --- /dev/null +++ b/Lib/ensurepip/_bundled/pip-21.2.3-py3-none-any.whl 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 Binary files differindex 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 |