requirements: Upgrade Django to 1.11.13.

This commit is contained in:
Vishnu Ks 2018-05-28 18:11:04 +05:30 committed by Tim Abbott
parent 2f571f9a45
commit 97e143e987
4 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
# and requirements/prod.txt.
# See requirements/README.md for more detail.
# Django itself
Django==1.11.11
Django==1.11.13
# needed for mypy TypedDict
mypy_extensions==0.3.0

View File

@ -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.11
django==1.11.13
docker-pycreds==0.2.1 # via docker
docker==2.6.1 # via moto
docopt==0.6.2

View File

@ -42,7 +42,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.11
django==1.11.13
docopt==0.6.2
gitdb==0.6.4
google-api-python-client==1.6.7

View File

@ -8,4 +8,4 @@ ZULIP_VERSION = "1.8.1+git"
# Typically, adding a dependency only requires a minor version bump, and
# removing a dependency requires a major version bump.
PROVISION_VERSION = '20.4'
PROVISION_VERSION = '20.5'