From 15e7fff9adea6ce6bfc03b9b48317a6819a1727f Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Mon, 16 Oct 2017 13:38:45 +0100 Subject: [PATCH] Add to list of bad cffi versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We blacklisted version 1.11.1 in 80c2d85508ab639774f9ced2bfbe3b43a08b0a12 because it caused the build to break. The bug hasn’t been fixed in the next version, so we should ignore it too. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f97dfbba9..400556db2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ boto3==1.4.7 -cffi==1.11.2 # pyup: != 1.11.1 # 1.11.1 is missing .whl +cffi==1.11.0 # pyup: != 1.11.1, != 1.11.2 # These versions are missing .whl celery==3.1.25 # pyup: <4 docopt==0.6.2 Flask-Bcrypt==0.7.1