Update pylint-django to 2.5.3 (#3650)

This commit is contained in:
pyup.io bot 2022-03-27 07:18:06 -07:00 committed by GitHub
parent 05211d34dc
commit 5031d323a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ flake8==4.0.1 # https://github.com/PyCQA/flake8
flake8-isort==4.1.1 # https://github.com/gforcada/flake8-isort
coverage==6.3.2 # https://github.com/nedbat/coveragepy
black==22.1.0 # https://github.com/psf/black
pylint-django==2.5.2 # https://github.com/PyCQA/pylint-django
pylint-django==2.5.3 # https://github.com/PyCQA/pylint-django
{%- if cookiecutter.use_celery == 'y' %}
pylint-celery==0.3 # https://github.com/PyCQA/pylint-celery
{%- endif %}