requirements: Upgrade certifi from 2019.3.9 to 2019.6.16.

This commit is contained in:
Vishnu Ks 2019-07-26 08:01:41 +00:00 committed by Tim Abbott
parent 628030b742
commit cb8b935ee8
4 changed files with 4 additions and 4 deletions

View File

@ -32,7 +32,7 @@ boto==2.49.0
botocore==1.12.183 # via boto3, moto, s3transfer
cachetools==3.1.1 # via premailer
cchardet==2.1.4
certifi==2019.3.9 # via requests
certifi==2019.6.16 # via requests
cffi==1.12.3 # via argon2-cffi, cryptography
cfn-lint==0.22.3 # via moto
chardet==3.0.4 # via requests

View File

@ -24,7 +24,7 @@ beautifulsoup4==4.8.0
boto==2.49.0
cachetools==3.1.1 # via premailer
cchardet==2.1.4
certifi==2019.3.9 # via requests
certifi==2019.6.16 # via requests
cffi==1.12.3 # via argon2-cffi, cryptography
chardet==3.0.4 # via requests
cryptography==2.6.1 # via apns2, pyopenssl, requests

View File

@ -11,7 +11,7 @@ Django==1.11.14
# https://github.com/thumbor/thumbor/issues/1006
backports-abc==0.5
backports.ssl-match-hostname==3.5.0.1
certifi==2018.10.15
certifi==2019.6.16
singledispatch==3.4.0.3
# Needed for cloning virtual environments

View File

@ -11,7 +11,7 @@ argparse==1.4.0 # via thumbor
backports-abc==0.5
backports.ssl-match-hostname==3.5.0.1
botocore==1.12.183 # via tornado-botocore
certifi==2018.10.15
certifi==2019.6.16
derpconf==0.8.3 # via thumbor
django-auth-ldap==1.7.0
django==1.11.14