Skip to content

Commit 53e69c9

Browse files
committed
Upgrade to pip 19.2.3
Bump PIP_UPDATE from 9.0.2 to 19.2.3. This variable is used in bin/steps/python to determine which pip version to install or upgrade to.
1 parent af860be commit 53e69c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ PY27="python-2.7"
5959
# Which stack is used (for binary downloading), if none is provided (e.g. outside of Heroku)?
6060
DEFAULT_PYTHON_STACK="cedar-14"
6161
# If pip doesn't match this version (the version we install), run the installer.
62-
PIP_UPDATE="9.0.2"
62+
PIP_UPDATE="19.2.3"
6363

6464
export DEFAULT_PYTHON_STACK PIP_UPDATE
6565
export PY37 PY36 PY35 PY27 PY34

0 commit comments

Comments
 (0)