requirements: Upgrade django from 1.11.20 to 1.11.22.

This commit is contained in:
Vishnu Ks 2019-07-04 09:36:27 +00:00 committed by Tim Abbott
parent ccf6710cd6
commit 41f6de1e92
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -57,7 +57,7 @@ django-sendfile==0.3.11
django-statsd-mozilla==0.4.0
django-two-factor-auth==1.8.0
django-webpack-loader==0.6.0
django==1.11.20
django==1.11.22
docker==4.0.2 # via moto
docopt==0.6.2
docutils==0.14

View File

@ -46,7 +46,7 @@ django-sendfile==0.3.11
django-statsd-mozilla==0.4.0
django-two-factor-auth==1.8.0
django-webpack-loader==0.6.0
django==1.11.20
django==1.11.22
docopt==0.6.2
gitdb==0.6.4
google-api-python-client==1.7.4