From f9670d7a09bfc6af203f44c57c59b2ae44bc3aca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 11:56:04 +0000 Subject: [PATCH] build(deps): 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.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bc6136d..07a3675 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ pylint==3.3.1 Django==5.1.1 -pylint-django==2.5.5 +pylint-django==2.6.1 Flask==3.0.3 pylint-flask==0.6 pylint-common==0.2.5