From d858471197d4d4fbc4c5d2b74981149b3e6d75a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 11:52:31 +0000 Subject: [PATCH] build(deps): bump pylint-django from 2.7.0 to 2.8.0 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.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 03e8220..8da88d8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ pylint==4.0.5 Django==6.0.4 -pylint-django==2.7.0 +pylint-django==2.8.0 Flask==3.1.3 pylint-flask==0.6 pylint-common==0.2.5