requirements: Upgrade premailer from 3.2.0 to 3.3.0.

This commit is contained in:
Vishnu Ks 2019-03-06 08:59:23 +00:00 committed by Tim Abbott
parent 2e69f50ced
commit 8d56976a0c
3 changed files with 5 additions and 5 deletions

View File

@ -82,7 +82,7 @@ hypchat==0.21
line_profiler==2.1.2
# Needed for inlining the CSS in emails
premailer==3.2.0
premailer==3.3.0
# Needed for JWT-based auth
PyJWT==1.7.1

View File

@ -31,7 +31,7 @@ beautifulsoup4==4.7.1
boto3==1.9.108 # via moto
boto==2.49.0
botocore==1.12.108 # via boto3, moto, s3transfer
cachetools==3.1.0 # via google-auth
cachetools==3.1.0 # via google-auth, premailer
cchardet==2.1.4
certifi==2018.11.29
cffi==1.12.2
@ -114,7 +114,7 @@ pika==0.13.0
pillow==5.4.1
pip-tools==2.0.2
polib==1.1.0
premailer==3.2.0
premailer==3.3.0
prompt-toolkit==1.0.15 # via ipython
psycopg2==2.7.7
ptyprocess==0.6.0 # via pexpect

View File

@ -24,7 +24,7 @@ backports-abc==0.5
backports.ssl-match-hostname==3.7.0.1
beautifulsoup4==4.7.1
boto==2.49.0
cachetools==3.1.0 # via google-auth
cachetools==3.1.0 # via google-auth, premailer
cchardet==2.1.4
certifi==2018.11.29
cffi==1.12.2
@ -83,7 +83,7 @@ pickleshare==0.7.5 # via ipython
pika==0.13.0
pillow==5.4.1
polib==1.1.0
premailer==3.2.0
premailer==3.3.0
prompt-toolkit==1.0.15 # via ipython
psycopg2==2.7.7
ptyprocess==0.6.0 # via pexpect