bpo-35807: Upgrade ensurepip bundled pip and setuptools (GH-12189)

* Update pip to 19.0.3
* Update setuptools to 40.8.0
diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py
index 09c572d..526dfd0 100644
--- a/Lib/ensurepip/__init__.py
+++ b/Lib/ensurepip/__init__.py
@@ -8,9 +8,9 @@
 __all__ = ["version", "bootstrap"]
 
 
-_SETUPTOOLS_VERSION = "40.6.2"
+_SETUPTOOLS_VERSION = "40.8.0"
 
-_PIP_VERSION = "18.1"
+_PIP_VERSION = "19.0.3"
 
 _PROJECTS = [
     ("setuptools", _SETUPTOOLS_VERSION),
diff --git a/Lib/ensurepip/_bundled/pip-18.1-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-18.1-py2.py3-none-any.whl
deleted file mode 100644
index c3c146f..0000000
--- a/Lib/ensurepip/_bundled/pip-18.1-py2.py3-none-any.whl
+++ /dev/null
Binary files differ
diff --git a/Lib/ensurepip/_bundled/pip-19.0.3-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-19.0.3-py2.py3-none-any.whl
new file mode 100644
index 0000000..24f247c
--- /dev/null
+++ b/Lib/ensurepip/_bundled/pip-19.0.3-py2.py3-none-any.whl
Binary files differ
diff --git a/Lib/ensurepip/_bundled/setuptools-40.6.2-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-40.8.0-py2.py3-none-any.whl
similarity index 81%
rename from Lib/ensurepip/_bundled/setuptools-40.6.2-py2.py3-none-any.whl
rename to Lib/ensurepip/_bundled/setuptools-40.8.0-py2.py3-none-any.whl
index 4c8a619..fdc66e9 100644
--- a/Lib/ensurepip/_bundled/setuptools-40.6.2-py2.py3-none-any.whl
+++ b/Lib/ensurepip/_bundled/setuptools-40.8.0-py2.py3-none-any.whl
Binary files differ