From bf2217e6eb9003dae23cd9e7cdb4b6cfd2de898a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 17:09:19 +0000 Subject: [PATCH] Bump pylint from 3.3.9 to 4.0.5 Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.3.9 to 4.0.5. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.9...v4.0.5) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.5 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 097f94b..3c41166 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dev = [ "mypy==1.19.1", "pytest==9.0.3", "pytest-cov==7.1.0", - "pylint==3.3.9", + "pylint==4.0.5", "setuptools==82.0.1", "twine==6.2.0", "wheel==0.47.0",