From 7901d2929a15a40b0b547544c2982fa18f9e5e86 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 12 May 2016 12:39:20 +0200 Subject: [PATCH] ci: Update pip to 8.1.2 Since virtualenv uses the built-in pip version with VIRTUALENV_DOWNLOAD=no we need to make sure we keep virtualenv capped, but we can use a newer pip. --- scripts/dev/ci/requirements-pip.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dev/ci/requirements-pip.txt b/scripts/dev/ci/requirements-pip.txt index 04e43adf8..284329c29 100644 --- a/scripts/dev/ci/requirements-pip.txt +++ b/scripts/dev/ci/requirements-pip.txt @@ -1 +1 @@ -pip==8.1.1 # rq.filter: != 8.1.2 +pip==8.1.2