From 7709e6c4209b46c88a66506d0cbecb2231d0bd80 Mon Sep 17 00:00:00 2001 From: Vishnu Ks Date: Wed, 6 Mar 2019 10:43:08 +0000 Subject: [PATCH] requirements: Upgrade cffi from 1.11.5 to 1.12.2. --- requirements/common.in | 2 +- requirements/dev.txt | 2 +- requirements/prod.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/common.in b/requirements/common.in index 4b2876e09a..f39c9bbe02 100644 --- a/requirements/common.in +++ b/requirements/common.in @@ -40,7 +40,7 @@ boto==2.49.0 certifi==2018.11.29 # Used for scrapy as well as argon2 -cffi==1.11.5 +cffi==1.12.2 chardet==3.0.4 diff --git a/requirements/dev.txt b/requirements/dev.txt index f0f42b2e27..bd3215426c 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -34,7 +34,7 @@ botocore==1.12.108 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth cchardet==2.1.4 certifi==2018.11.29 -cffi==1.11.5 +cffi==1.12.2 chardet==3.0.4 click==6.6 # via gitlint, pip-tools commonmark==0.8.1 diff --git a/requirements/prod.txt b/requirements/prod.txt index a7e1319e82..9c62309cf0 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -27,7 +27,7 @@ boto==2.49.0 cachetools==3.1.0 # via google-auth cchardet==2.1.4 certifi==2018.11.29 -cffi==1.11.5 +cffi==1.12.2 chardet==3.0.4 cryptography==2.5 cssselect==1.0.3 # via premailer