mirror of https://github.com/zulip/zulip.git
requirements: Update Django to latest security release.
This commit is contained in:
parent
ab95704d2d
commit
f289801d23
|
@ -3,7 +3,7 @@
|
||||||
# and requirements/prod.txt.
|
# and requirements/prod.txt.
|
||||||
# See requirements/README.md for more detail.
|
# See requirements/README.md for more detail.
|
||||||
# Django itself
|
# Django itself
|
||||||
Django==1.11.18
|
Django==1.11.20
|
||||||
|
|
||||||
# needed for mypy TypedDict
|
# needed for mypy TypedDict
|
||||||
mypy_extensions==0.4.1
|
mypy_extensions==0.4.1
|
||||||
|
|
|
@ -56,7 +56,7 @@ django-sendfile==0.3.11
|
||||||
django-statsd-mozilla==0.4.0
|
django-statsd-mozilla==0.4.0
|
||||||
django-two-factor-auth==1.8.0
|
django-two-factor-auth==1.8.0
|
||||||
django-webpack-loader==0.6.0
|
django-webpack-loader==0.6.0
|
||||||
django==1.11.18
|
django==1.11.20
|
||||||
docker-pycreds==0.4.0 # via docker
|
docker-pycreds==0.4.0 # via docker
|
||||||
docker==3.7.0 # via moto
|
docker==3.7.0 # via moto
|
||||||
docopt==0.6.2
|
docopt==0.6.2
|
||||||
|
|
|
@ -45,7 +45,7 @@ django-sendfile==0.3.11
|
||||||
django-statsd-mozilla==0.4.0
|
django-statsd-mozilla==0.4.0
|
||||||
django-two-factor-auth==1.8.0
|
django-two-factor-auth==1.8.0
|
||||||
django-webpack-loader==0.6.0
|
django-webpack-loader==0.6.0
|
||||||
django==1.11.18
|
django==1.11.20
|
||||||
docopt==0.6.2
|
docopt==0.6.2
|
||||||
gitdb==0.6.4
|
gitdb==0.6.4
|
||||||
google-api-python-client==1.7.4
|
google-api-python-client==1.7.4
|
||||||
|
|
Loading…
Reference in New Issue