From 871e0edfee90e0b8290c94884a600533b238eb51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 16:56:46 +0000 Subject: [PATCH] Bump pylint-django from 2.5.5 to 2.6.1 Bumps [pylint-django](https://github.com/pylint-dev/pylint-django) from 2.5.5 to 2.6.1. - [Release notes](https://github.com/pylint-dev/pylint-django/releases) - [Changelog](https://github.com/pylint-dev/pylint-django/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pylint-dev/pylint-django/commits/v2.6.1) --- updated-dependencies: - dependency-name: pylint-django dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index 4b74a591..d980b89a 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -33,7 +33,7 @@ flake8==7.1.1 # https://github.com/PyCQA/flake8 flake8-isort==6.1.1 # https://github.com/gforcada/flake8-isort coverage==7.6.1 # https://github.com/nedbat/coveragepy black==22.10.0 # https://github.com/psf/black -pylint-django==2.5.5 # 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==3.7.1 # https://github.com/pre-commit/pre-commit