From 6af8d81086d22ac1dea28c0df45ab82bc106e8ee Mon Sep 17 00:00:00 2001 From: cclauss <cclauss@bluewin.ch> Date: Tue, 9 Aug 2016 18:42:46 +0200 Subject: [PATCH] Update setuptools Update setuptools from 23.x.x to 25.x.x. --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index cf2f5724..bf77ad0f 100755 --- a/bin/compile +++ b/bin/compile @@ -35,7 +35,7 @@ DEFAULT_PYTHON_VERSION="python-2.7.12" DEFAULT_PYTHON_STACK="cedar-14" PYTHON_EXE="/app/.heroku/python/bin/python" PIP_VERSION="8.1.2" -SETUPTOOLS_VERSION="23.1.0" +SETUPTOOLS_VERSION="25.1.6" # Common Problem Warnings export WARNINGS_LOG=$(mktemp) -- GitLab