From 18965ac04c95a7e9c0b043c5e9b4014d615451ae Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Mon, 19 Mar 2018 07:18:15 -0400 Subject: [PATCH] upgrade pip Signed-off-by: Kenneth Reitz <me@kennethreitz.org> --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index 724e1e57..adfff6ef 100755 --- a/bin/compile +++ b/bin/compile @@ -45,7 +45,7 @@ LATEST_3="python-3.6.4" LATEST_2="python-2.7.14" DEFAULT_PYTHON_STACK="cedar-14" -PIP_UPDATE="9.0.1" +PIP_UPDATE="9.0.2" export DEFAULT_PYTHON_VERSION DEFAULT_PYTHON_STACK PIP_UPDATE LATEST_2 LATEST_3 -- GitLab