From 5acdb33f8a3917b8f6c56c548037154f3fa97101 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 18:03:39 +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 c03459a5..d7ec3b18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ optional-dependencies.dev = [ "no-defaults==2.1.0", "prek==0.5.0", "pydocstringformatter==1.0.0", - "pylint[spelling]==4.0.7", + "pylint[spelling]==4.0.8", "pyproject-fmt==2.28.2", "pyrefly==1.2.0", "pyright==1.1.411",