mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
requirements: Upgrade django to 1.11.14.
This commit is contained in:
parent
9deae31b09
commit
fbbd43719b
@ -3,7 +3,7 @@
|
||||
# and requirements/prod.txt.
|
||||
# See requirements/README.md for more detail.
|
||||
# Django itself
|
||||
Django==1.11.13
|
||||
Django==1.11.14
|
||||
|
||||
# needed for mypy TypedDict
|
||||
mypy_extensions==0.3.0
|
||||
|
||||
@ -55,7 +55,7 @@ django-sendfile==0.3.11
|
||||
django-statsd-mozilla==0.4.0
|
||||
django-two-factor-auth==1.7.0
|
||||
django-webpack-loader==0.6.0
|
||||
django==1.11.13
|
||||
django==1.11.14
|
||||
docker-pycreds==0.2.1 # via docker
|
||||
docker==2.6.1 # via moto
|
||||
docopt==0.6.2
|
||||
|
||||
@ -43,7 +43,7 @@ django-sendfile==0.3.11
|
||||
django-statsd-mozilla==0.4.0
|
||||
django-two-factor-auth==1.7.0
|
||||
django-webpack-loader==0.6.0
|
||||
django==1.11.13
|
||||
django==1.11.14
|
||||
docopt==0.6.2
|
||||
gitdb==0.6.4
|
||||
google-api-python-client==1.6.7
|
||||
|
||||
Loading…
Reference in New Issue
Block a user