From adde94d6f6dc75027a621be8c36c387449f4c31f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 10 Oct 2024 12:10:34 -0300 Subject: [PATCH] Update pylint-django from 2.3.0 to 2.6.1 --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index a1a2ed42..5b379ca2 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -21,7 +21,7 @@ flake8==3.8.3 # https://github.com/PyCQA/flake8 flake8-isort==4.0.0 # https://github.com/gforcada/flake8-isort coverage==5.3 # https://github.com/nedbat/coveragepy black==20.8b1 # https://github.com/ambv/black -pylint-django==2.3.0 # https://github.com/PyCQA/pylint-django +pylint-django==2.6.1 # https://github.com/PyCQA/pylint-django pylint-celery==0.3 # https://github.com/PyCQA/pylint-celery pre-commit==2.17.0 # xhttps://github.com/pre-commit/pre-commit