diff --git a/bin/compile b/bin/compile index 1ef70c6..079b5b8 100755 --- a/bin/compile +++ b/bin/compile @@ -31,8 +31,8 @@ WEBCONCURRENCY_PROFILE_PATH="$BUILD_DIR/.profile.d/python.webconcurrency.sh" DEFAULT_PYTHON_VERSION="python-2.7.10" DEFAULT_PYTHON_STACK="cedar" PYTHON_EXE="/app/.heroku/python/bin/python" -PIP_VERSION="7.1.0" -SETUPTOOLS_VERSION="18.1" +PIP_VERSION="7.1.2" +SETUPTOOLS_VERSION="18.3.2" # Setup bpwatch export PATH=$PATH:$ROOT_DIR/vendor/bpwatch diff --git a/vendor/pip-7.1.0.tar.gz b/vendor/pip-7.1.0.tar.gz deleted file mode 100644 index 00cc699..0000000 Binary files a/vendor/pip-7.1.0.tar.gz and /dev/null differ diff --git a/vendor/pip-7.1.2.tar.gz b/vendor/pip-7.1.2.tar.gz new file mode 100644 index 0000000..56ead41 Binary files /dev/null and b/vendor/pip-7.1.2.tar.gz differ diff --git a/vendor/setuptools-18.1.tar.gz b/vendor/setuptools-18.1.tar.gz deleted file mode 100644 index d4b3043..0000000 Binary files a/vendor/setuptools-18.1.tar.gz and /dev/null differ diff --git a/vendor/setuptools-18.3.2.zip b/vendor/setuptools-18.3.2.zip new file mode 100644 index 0000000..6bb95db Binary files /dev/null and b/vendor/setuptools-18.3.2.zip differ