diff --git a/bin/compile b/bin/compile index bb06eeb..0ac6d0d 100755 --- a/bin/compile +++ b/bin/compile @@ -29,8 +29,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.0.1" -SETUPTOOLS_VERSION="16.0" +PIP_VERSION="7.0.3" +SETUPTOOLS_VERSION="17.0" # Setup bpwatch export PATH=$PATH:$ROOT_DIR/vendor/bpwatch diff --git a/vendor/pip-7.0.1.tar.gz b/vendor/pip-7.0.1.tar.gz deleted file mode 100644 index 5d122c0..0000000 Binary files a/vendor/pip-7.0.1.tar.gz and /dev/null differ diff --git a/vendor/pip-7.0.3.tar.gz b/vendor/pip-7.0.3.tar.gz new file mode 100644 index 0000000..e005394 Binary files /dev/null and b/vendor/pip-7.0.3.tar.gz differ diff --git a/vendor/setuptools-16.0.tar.gz b/vendor/setuptools-16.0.tar.gz deleted file mode 100644 index 4f7f905..0000000 Binary files a/vendor/setuptools-16.0.tar.gz and /dev/null differ diff --git a/vendor/setuptools-17.0.tar.gz b/vendor/setuptools-17.0.tar.gz new file mode 100644 index 0000000..d04d209 Binary files /dev/null and b/vendor/setuptools-17.0.tar.gz differ