diff --git a/bin/compile b/bin/compile
index 1ef70c62392acbafad806ca1e17af3cc674936db..079b5b82d1b72eb62db2577d00c2258acf42452a 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 00cc6999f3448b19a1600b766f05e69c0dbb4c35..0000000000000000000000000000000000000000
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 0000000000000000000000000000000000000000..56ead414cfdbcb9224877c2c070251e9d8feaaa0
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 d4b3043aaf24ad1c69bfad11d78005f5593cc574..0000000000000000000000000000000000000000
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 0000000000000000000000000000000000000000..6bb95db6bd9fff9365023905d8f86236ca7d0482
Binary files /dev/null and b/vendor/setuptools-18.3.2.zip differ