requirements: Upgrade pillow from 5.4.1 to 6.1.0.

Fixes #12193
This commit is contained in:
Vishnu Ks 2019-07-05 05:53:18 +00:00 committed by Tim Abbott
parent 4f65b50c44
commit 0b35bb96f0
4 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@ Pygments==2.3.1
ipython==6.5.0
# Needed for Image Processing
Pillow==5.4.1
Pillow==6.1.0
# Needed for building complex DB queries
SQLAlchemy==1.3.3

View File

@ -110,7 +110,7 @@ pexpect==4.7.0 # via ipython
phonenumberslite==8.10.12
pickleshare==0.7.5 # via ipython
pika==0.13.0
pillow==5.4.1
pillow==6.1.0
pip-tools==2.0.2
polib==1.1.0
premailer==3.4.0

View File

@ -81,7 +81,7 @@ pexpect==4.7.0 # via ipython
phonenumberslite==8.10.12
pickleshare==0.7.5 # via ipython
pika==0.13.0
pillow==5.4.1
pillow==6.1.0
polib==1.1.0
premailer==3.4.0
prompt-toolkit==1.0.16 # via ipython

View File

@ -21,4 +21,4 @@ LATEST_RELEASE_ANNOUNCEMENT = "https://blog.zulip.org/2019/03/01/zulip-2-0-relea
# Typically, adding a dependency only requires a minor version bump, and
# removing a dependency requires a major version bump.
PROVISION_VERSION = '37.1'
PROVISION_VERSION = '37.2'