diff --git a/bin/compile b/bin/compile index 898fc69..caec5d0 100755 --- a/bin/compile +++ b/bin/compile @@ -34,7 +34,7 @@ LEGACY_TRIGGER="lib/python2.7" DEFAULT_PYTHON_VERSION="python-2.7.11" DEFAULT_PYTHON_STACK="cedar-14" PYTHON_EXE="/app/.heroku/python/bin/python" -PIP_VERSION="8.1.0" +PIP_VERSION="8.1.1" SETUPTOOLS_VERSION="20.2.2" # Common Problem Warnings diff --git a/vendor/pip-8.1.0.tar.gz b/vendor/pip-8.1.0.tar.gz deleted file mode 100644 index 185eb97..0000000 Binary files a/vendor/pip-8.1.0.tar.gz and /dev/null differ diff --git a/vendor/pip-8.1.1.tar.gz b/vendor/pip-8.1.1.tar.gz new file mode 100644 index 0000000..331c4e0 Binary files /dev/null and b/vendor/pip-8.1.1.tar.gz differ