From 51407b33f43a3481e290a1232110e0084ab591c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 05:32:43 +0000 Subject: [PATCH] chore(deps): bump pylint-django from 2.7.0 to 2.8.0 in /requirements Bumps [pylint-django](https://github.com/pylint-dev/pylint-django) from 2.7.0 to 2.8.0. - [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/compare/v2.7.0...v2.8.0) --- updated-dependencies: - dependency-name: pylint-django dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/ci.txt | 2 +- requirements/local-base.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/ci.txt b/requirements/ci.txt index 1d382c20..7b0b5efb 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -18,7 +18,7 @@ pytest-cov==7.0.0 # Code quality # ------------------------------------------------------------------------------ -r coverage.txt -pylint-django==2.7.0 # https://github.com/PyCQA/pylint-django +pylint-django==2.8.0 # https://github.com/PyCQA/pylint-django pylint-celery==0.3 # https://github.com/PyCQA/pylint-celery # Django diff --git a/requirements/local-base.txt b/requirements/local-base.txt index 3bc8b656..6d9252a6 100644 --- a/requirements/local-base.txt +++ b/requirements/local-base.txt @@ -40,7 +40,7 @@ pytest-mock==3.15.1 # https://github.com/pytest-dev/pytest-mock -r ruff.txt -r coverage.txt -r black.txt -pylint-django==2.7.0 # https://github.com/PyCQA/pylint-django +pylint-django==2.8.0 # https://github.com/PyCQA/pylint-django pylint-celery==0.3 # https://github.com/PyCQA/pylint-celery # Django