From d5d5ac275f7b5bde84feb78a5e9d0676f36134ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Feb 2022 21:29:08 +0000 Subject: [PATCH] Bump pylint-django from 2.5.0 to 2.5.2 Bumps [pylint-django](https://github.com/PyCQA/pylint-django) from 2.5.0 to 2.5.2. - [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.2) --- 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..4c268d2 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.2 # 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