summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Lib/ensurepip/__init__.py4
-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)bin1353599 -> 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)bin575457 -> 575966 bytes
-rw-r--r--Misc/NEWS.d/next/Library/2019-07-24-18-27-44.bpo-37664.o-GYZC.rst1
4 files changed, 3 insertions, 2 deletions
diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py
index 6f2569da81..63de20e288 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
index 24f247caa0..1690eb3f4f 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
Binary files differ
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
index fdc66e9330..92836e9840 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
Binary files differ
diff --git a/Misc/NEWS.d/next/Library/2019-07-24-18-27-44.bpo-37664.o-GYZC.rst b/Misc/NEWS.d/next/Library/2019-07-24-18-27-44.bpo-37664.o-GYZC.rst
new file mode 100644
index 0000000000..3343d91009
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2019-07-24-18-27-44.bpo-37664.o-GYZC.rst
@@ -0,0 +1 @@
+Update wheels bundled with ensurepip (pip 19.2.1 and setuptools 41.0.1)