diff --git a/bin/compile b/bin/compile index 1e2442508e21237e5e74c9a1b57c822bdf8a1866..26930bb802d45c8c9dc0da0290bc1d9f58d2509f 100755 --- a/bin/compile +++ b/bin/compile @@ -26,8 +26,8 @@ LEGACY_TRIGGER="lib/python2.7" DEFAULT_PYTHON_VERSION="python-2.7.11" DEFAULT_PYTHON_STACK="cedar" PYTHON_EXE="/app/.heroku/python/bin/python" -PIP_VERSION="7.1.2" -SETUPTOOLS_VERSION="18.7.1" +PIP_VERSION="8.0.2" +SETUPTOOLS_VERSION="19.6" # Common Problem Warnings export WARNINGS_LOG=$(mktemp) diff --git a/vendor/pip-7.1.2.tar.gz b/vendor/pip-7.1.2.tar.gz deleted file mode 100644 index 56ead414cfdbcb9224877c2c070251e9d8feaaa0..0000000000000000000000000000000000000000 Binary files a/vendor/pip-7.1.2.tar.gz and /dev/null differ diff --git a/vendor/pip-8.0.2.tar.gz b/vendor/pip-8.0.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..6371c94936ea73f67652ed1e4a0d28433e3fa8d9 Binary files /dev/null and b/vendor/pip-8.0.2.tar.gz differ diff --git a/vendor/setuptools-18.7.1.tar.gz b/vendor/setuptools-18.7.1.tar.gz deleted file mode 100644 index 7f4833754f65ac135a1800024211782b9d19d44a..0000000000000000000000000000000000000000 Binary files a/vendor/setuptools-18.7.1.tar.gz and /dev/null differ diff --git a/vendor/setuptools-19.6.tar.gz b/vendor/setuptools-19.6.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e5dffe5b466b7ff58838fefe9a93992b63ecd763 Binary files /dev/null and b/vendor/setuptools-19.6.tar.gz differ