Add to list of bad cffi versions

We blacklisted version 1.11.1 in 80c2d85508
because it caused the build to break. The bug hasn’t been fixed in the
next version, so we should ignore it too.
This commit is contained in:
Chris Hill-Scott
2017-10-16 13:38:45 +01:00
parent 9767633bc0
commit 15e7fff9ad

View File

@@ -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