Skip to content

Commit 53c4674

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 93a620e commit 53c4674

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
@@ -62,7 +62,7 @@ PY27="python-2.7"
6262
# Which stack is used (for binary downloading), if none is provided (e.g. outside of Heroku)?
6363
DEFAULT_PYTHON_STACK="cedar-14"
6464
# If pip doesn't match this version (the version we install), run the installer.
65-
PIP_UPDATE="9.0.2"
65+
PIP_UPDATE="19.2.3"
6666

6767
export DEFAULT_PYTHON_STACK PIP_UPDATE
6868
export PY37 PY36 PY35 PY27 PY34

0 commit comments

Comments
 (0)