requirements: Upgrade django to 1.11.6.

This commit is contained in:
Vishnu Ks 2017-10-27 18:15:30 +00:00 committed by Tim Abbott
parent 00331ad84e
commit 0140a347dc
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -49,7 +49,7 @@ django-bitfield==1.9.3
django-pipeline==1.6.13 django-pipeline==1.6.13
django-statsd-mozilla==0.4.0 django-statsd-mozilla==0.4.0
django-webpack-loader==0.5.0 django-webpack-loader==0.5.0
django==1.11.5 django==1.11.6 # via django-auth-ldap, django-bitfield
docopt==0.6.2 docopt==0.6.2
docutils==0.14 docutils==0.14
first==2.0.1 # via pip-tools first==2.0.1 # via pip-tools

View File

@ -35,7 +35,7 @@ django-bitfield==1.9.3
django-pipeline==1.6.13 django-pipeline==1.6.13
django-statsd-mozilla==0.4.0 django-statsd-mozilla==0.4.0
django-webpack-loader==0.5.0 django-webpack-loader==0.5.0
django==1.11.5 django==1.11.6 # via django-auth-ldap, django-bitfield
docopt==0.6.2 docopt==0.6.2
gitdb==0.6.4 gitdb==0.6.4
google-api-python-client==1.6.3 google-api-python-client==1.6.3