requirements: Bump thumbor Django to match main Django.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
Anders Kaseorg
2019-09-22 16:07:13 -07:00
committed by Tim Abbott
parent 92b42573fb
commit 2573ecb7d1
4 changed files with 6 additions and 5 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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'