diff --git a/bin/compile b/bin/compile index 52378a702a664ac20434134191c6e5237ac2eda4..189dd61e8203413597fca41153a08525605b40df 100755 --- a/bin/compile +++ b/bin/compile @@ -35,7 +35,7 @@ DEFAULT_PYTHON_VERSION="python-2.7.13" DEFAULT_PYTHON_STACK="cedar-14" PYTHON_EXE="/app/.heroku/python/bin/python" PIP_VERSION="9.0.1" -SETUPTOOLS_VERSION="32.1.0" +SETUPTOOLS_VERSION="34.3.1" # Common Problem Warnings export WARNINGS_LOG=$(mktemp) diff --git a/vendor/setuptools-32.1.0.tar.gz b/vendor/setuptools-32.1.0.tar.gz deleted file mode 100644 index 54fc0b67b9d4fa02d89ea7fca1cde0ab4187c601..0000000000000000000000000000000000000000 Binary files a/vendor/setuptools-32.1.0.tar.gz and /dev/null differ diff --git a/vendor/setuptools-34.3.1.zip b/vendor/setuptools-34.3.1.zip new file mode 100644 index 0000000000000000000000000000000000000000..4fb154daa955850d4fef7dbeff901e378d490e66 Binary files /dev/null and b/vendor/setuptools-34.3.1.zip differ