diff options
author | Pradyun Gedam <pradyunsg@gmail.com> | 2019-07-24 19:08:02 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@python.org> | 2019-07-24 19:08:02 (GMT) |
commit | 5380def8269b24a8a3bc46396373a1dc91b1dd1a (patch) | |
tree | 72d66904493df817f672d1abe83b4221d436ea32 /Lib/ensurepip | |
parent | a3697db0102b9b6747fe36009e42f9b08f0c1ea8 (diff) | |
download | cpython-5380def8269b24a8a3bc46396373a1dc91b1dd1a.zip cpython-5380def8269b24a8a3bc46396373a1dc91b1dd1a.tar.gz cpython-5380def8269b24a8a3bc46396373a1dc91b1dd1a.tar.bz2 |
bpo-37664: Update bundled pip to 19.2.1 and setuptools to 41.0.1 (GH-14934)
Diffstat (limited to 'Lib/ensurepip')
-rw-r--r-- | Lib/ensurepip/__init__.py | 4 | ||||
-rw-r--r-- | Lib/ensurepip/_bundled/pip-19.2.1-py2.py3-none-any.whl (renamed from Lib/ensurepip/_bundled/pip-19.0.3-py2.py3-none-any.whl) | bin | 1353599 -> 1414720 bytes | |||
-rw-r--r-- | Lib/ensurepip/_bundled/setuptools-41.0.1-py2.py3-none-any.whl (renamed from Lib/ensurepip/_bundled/setuptools-40.8.0-py2.py3-none-any.whl) | bin | 575457 -> 575966 bytes |
3 files changed, 2 insertions, 2 deletions
diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py index 6f2569d..63de20e 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -8,9 +8,9 @@ import tempfile __all__ = ["version", "bootstrap"] -_SETUPTOOLS_VERSION = "40.8.0" +_SETUPTOOLS_VERSION = "41.0.1" -_PIP_VERSION = "19.0.3" +_PIP_VERSION = "19.2.1" _PROJECTS = [ ("setuptools", _SETUPTOOLS_VERSION), diff --git a/Lib/ensurepip/_bundled/pip-19.0.3-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-19.2.1-py2.py3-none-any.whl Binary files differindex 24f247c..1690eb3 100644 --- a/Lib/ensurepip/_bundled/pip-19.0.3-py2.py3-none-any.whl +++ b/Lib/ensurepip/_bundled/pip-19.2.1-py2.py3-none-any.whl diff --git a/Lib/ensurepip/_bundled/setuptools-40.8.0-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-41.0.1-py2.py3-none-any.whl Binary files differindex fdc66e9..92836e9 100644 --- a/Lib/ensurepip/_bundled/setuptools-40.8.0-py2.py3-none-any.whl +++ b/Lib/ensurepip/_bundled/setuptools-41.0.1-py2.py3-none-any.whl |