From 80c2d85508ab639774f9ced2bfbe3b43a08b0a12 Mon Sep 17 00:00:00 2001 From: Athanasios Voutsadakis Date: Wed, 4 Oct 2017 12:20:21 +0100 Subject: [PATCH] Instruct pyup to skip cffi==1.11.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 98ef334b7..af913af4a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ boto3==1.4.7 -cffi==1.11.0 +cffi==1.11.0 # pyup: != 1.11.1 # 1.11.1 is missing .whl celery==3.1.25 # pyup: <4 docopt==0.6.2 Flask-Bcrypt==0.7.1