mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
requirements: Bump thumbor Django to match main Django.
Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
committed by
Tim Abbott
parent
92b42573fb
commit
2573ecb7d1
@@ -13,7 +13,7 @@ botocore==1.12.183 # via tornado-botocore
|
||||
click==7.0 # via pip-tools
|
||||
derpconf==0.8.3 # via thumbor
|
||||
django-auth-ldap==1.7.0
|
||||
django==1.11.14
|
||||
django==1.11.23
|
||||
docutils==0.14 # via botocore
|
||||
futures==3.1.1 # via thumbor, tornado
|
||||
jmespath==0.9.4 # via botocore
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
tc-aws==6.2.10
|
||||
thumbor==6.5.1
|
||||
typing==3.6.6
|
||||
|
||||
# Required for just importing settings from our main django app.
|
||||
django-auth-ldap==1.7.0
|
||||
Django==1.11.14
|
||||
Django==1.11.23
|
||||
typing==3.6.6
|
||||
|
||||
# Needed for cloning virtual environments
|
||||
virtualenv-clone==0.5.1
|
||||
|
||||
@@ -12,7 +12,7 @@ backports-abc==0.5 # via tornado
|
||||
botocore==1.12.183 # via tornado-botocore
|
||||
derpconf==0.8.3 # via thumbor
|
||||
django-auth-ldap==1.7.0
|
||||
django==1.11.14
|
||||
django==1.11.23
|
||||
docutils==0.14 # via botocore
|
||||
futures==3.1.1 # via thumbor, tornado
|
||||
jmespath==0.9.4 # via botocore
|
||||
|
||||
@@ -26,4 +26,4 @@ LATEST_RELEASE_ANNOUNCEMENT = "https://blog.zulip.org/2019/03/01/zulip-2-0-relea
|
||||
# historical commits sharing the same major version, in which case a
|
||||
# minor version bump suffices.
|
||||
|
||||
PROVISION_VERSION = '55.1'
|
||||
PROVISION_VERSION = '55.2'
|
||||
|
||||
Reference in New Issue
Block a user