From 6882f16cc6ce2e50a14f06bab6eaa3adf42e9f72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 06:22:54 +0000 Subject: [PATCH] chore(deps): bump pylint from 3.3.7 to 4.0.4 in /requirements/in Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.3.7 to 4.0.4. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.7...v4.0.4) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/in/local.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/in/local.in b/requirements/in/local.in index c7eaee2..6e30674 100644 --- a/requirements/in/local.in +++ b/requirements/in/local.in @@ -24,5 +24,5 @@ isort==6.0.1 mypy==1.17.1 mypy_extensions==1.1.0 pydocstringformatter==0.7.3 -pylint==3.3.7 +pylint==4.0.4 tox==4.28.4