mirror of https://github.com/zulip/zulip.git
requirements: Upgrade certifi to 2018.1.18.
This commit is contained in:
parent
026d835d3a
commit
f93f1972e9
|
@ -37,7 +37,7 @@ backports.ssl-match-hostname==3.5.0.1
|
|||
# Needed for S3 file uploads
|
||||
boto==2.48.0
|
||||
|
||||
certifi==2017.7.27.1
|
||||
certifi==2018.1.18
|
||||
|
||||
# Used for scrapy as well as argon2
|
||||
cffi==1.11.4
|
||||
|
|
|
@ -28,7 +28,7 @@ boto3==1.4.7 # via moto
|
|||
boto==2.48.0
|
||||
botocore==1.7.46 # via boto3, moto, s3transfer
|
||||
cchardet==2.1.1
|
||||
certifi==2017.7.27.1
|
||||
certifi==2018.1.18
|
||||
cffi==1.11.4
|
||||
chardet==3.0.4
|
||||
click==6.6 # via gitlint, pip-tools
|
||||
|
|
|
@ -21,7 +21,7 @@ backports.ssl-match-hostname==3.5.0.1
|
|||
beautifulsoup4==4.6.0
|
||||
boto==2.48.0
|
||||
cchardet==2.1.1
|
||||
certifi==2017.7.27.1
|
||||
certifi==2018.1.18
|
||||
cffi==1.11.4
|
||||
chardet==3.0.4
|
||||
cryptography==2.1.4
|
||||
|
|
|
@ -8,5 +8,5 @@ typing==3.6.4
|
|||
# https://github.com/thumbor/thumbor/issues/1006
|
||||
backports-abc==0.5
|
||||
backports.ssl-match-hostname==3.5.0.1
|
||||
certifi==2016.9.26
|
||||
certifi==2018.1.18
|
||||
singledispatch==3.4.0.3
|
||||
|
|
|
@ -11,7 +11,7 @@ argparse==1.4.0 # via thumbor
|
|||
backports-abc==0.5
|
||||
backports.ssl-match-hostname==3.5.0.1
|
||||
botocore==1.5.95 # via tornado-botocore
|
||||
certifi==2016.9.26
|
||||
certifi==2018.1.18
|
||||
derpconf==0.8.1 # via thumbor
|
||||
docutils==0.14 # via botocore
|
||||
futures==3.1.1 # via thumbor
|
||||
|
|
Loading…
Reference in New Issue