From f76cdc2decfd2e4cc1f0f62f70e030817358100b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Mar 2022 21:33:12 +0000 Subject: [PATCH] Bump pylint-django from 2.5.0 to 2.5.3 Bumps [pylint-django](https://github.com/PyCQA/pylint-django) from 2.5.0 to 2.5.3. - [Release notes](https://github.com/PyCQA/pylint-django/releases) - [Changelog](https://github.com/PyCQA/pylint-django/blob/master/CHANGELOG.rst) - [Commits](https://github.com/PyCQA/pylint-django/compare/v2.5.0...v2.5.3) --- updated-dependencies: - dependency-name: pylint-django dependency-type: direct:production update-type: version-update:semver-patch ... 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 345068f..0cac45c 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -24,7 +24,7 @@ flake8==4.0.1 # https://github.com/PyCQA/flake8 flake8-isort==4.1.1 # https://github.com/gforcada/flake8-isort coverage==6.3.1 # https://github.com/nedbat/coveragepy black==22.1.0 # https://github.com/psf/black -pylint-django==2.5.0 # https://github.com/PyCQA/pylint-django +pylint-django==2.5.3 # https://github.com/PyCQA/pylint-django pylint-celery==0.3 # https://github.com/PyCQA/pylint-celery pre-commit==2.17.0 # https://github.com/pre-commit/pre-commit