From 0847a19972b2c8629f51326ce1963df895aef2fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 20:11:35 +0000 Subject: [PATCH] build(deps): bump django in /plugins/tools/pylint/test/src Bumps [django](https://github.com/django/django) from 1.11.29 to 4.2.26. - [Commits](https://github.com/django/django/compare/1.11.29...4.2.26) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.26 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- plugins/tools/pylint/test/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/tools/pylint/test/src/requirements.txt b/plugins/tools/pylint/test/src/requirements.txt index fbde351..85a0529 100644 --- a/plugins/tools/pylint/test/src/requirements.txt +++ b/plugins/tools/pylint/test/src/requirements.txt @@ -1,2 +1,2 @@ # This file should be successfully ignored by Codacy CLI as pylint does not support it. -django==1.11.29 \ No newline at end of file +django==4.2.26 \ No newline at end of file