From 0f141b3ae74cf8b25995dee7ab05f1e7c49a3f3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 10:33:14 +0000 Subject: [PATCH] chore(deps-dev): Bump pylint from 4.0.7 to 4.0.8 Bumps [pylint](https://github.com/pylint-dev/pylint) from 4.0.7 to 4.0.8. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v4.0.7...v4.0.8) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.8 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0c6271b2..607ad172 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ optional-dependencies.dev = [ "pydocstringformatter==1.0.0", "pydocstyle==6.3", "pygments==2.21.0", - "pylint[spelling]==4.0.7", + "pylint[spelling]==4.0.8", "pylint-per-file-ignores==3.2.1", "pyproject-fmt==2.28.2", "pyrefly==1.2.0",