Skip to content

Commit 0024336

Browse files
committed
Merge pull request heroku#232 from jpadilla/master
Update pip to v7.0.3 and setuptools to v17.0
2 parents 7d40937 + c60c532 commit 0024336

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

bin/compile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ WEBCONCURRENCY_PROFILE_PATH="$BUILD_DIR/.profile.d/python.webconcurrency.sh"
2929
DEFAULT_PYTHON_VERSION="python-2.7.10"
3030
DEFAULT_PYTHON_STACK="cedar"
3131
PYTHON_EXE="/app/.heroku/python/bin/python"
32-
PIP_VERSION="7.0.1"
33-
SETUPTOOLS_VERSION="16.0"
32+
PIP_VERSION="7.0.3"
33+
SETUPTOOLS_VERSION="17.0"
3434

3535
# Setup bpwatch
3636
export PATH=$PATH:$ROOT_DIR/vendor/bpwatch

vendor/pip-7.0.1.tar.gz

-1 MB
Binary file not shown.

vendor/pip-7.0.3.tar.gz

1.01 MB
Binary file not shown.

vendor/setuptools-16.0.tar.gz

-615 KB
Binary file not shown.

vendor/setuptools-17.0.tar.gz

615 KB
Binary file not shown.

0 commit comments

Comments
 (0)