From f7c0233d3fea346a920da85080ddde304b71a091 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 18:36:47 +0000 Subject: [PATCH] Bump pylint from 3.3.9 to 4.0.4 Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.3.9 to 4.0.4. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.9...v4.0.4) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.4 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e0c1fc3e1..12693760e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ development = [ 'vulture==2.14', 'pyroma==5.0.1', 'isort==6.1.0', - 'pylint==3.3.9', + 'pylint==4.0.4', 'pyright==1.1.407', 'pyupgrade==3.21.0', "tomli; python_version < '3.11'", # Tomllib is default in 3.11, required for letting codespell read the pyproject.toml