From 0450f52d0561c6ede3f9c02fdc621cc6be6a062f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 17:43:20 +0000 Subject: [PATCH] chore(deps-dev): Update pylint requirement from <4 to <5 Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) to permit the latest version. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/pylint-version-0.18.1...v4.0.6) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c06ff0d7d..5d460bf8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ linting = [ # Pylint 4 dropped `suggestion-mode` from .pylintrc and tightened # naming-style enforcement (rejects PARSABLE_CLASS_TYPE). The cap keeps # the old behavior; bumping it is a separate migration. - "pylint<4", + "pylint<5", {include-group = "docs"}, {include-group = "json_schemas"}, ]