mirror of
https://github.com/zulip/zulip.git
synced 2025-11-21 23:19:10 +00:00
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user