From 27e585f9e5ca33eaeb908939bcf74e489a1dee4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 11:41:04 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Update=20pylint=20requirement=20fro?= =?UTF-8?q?m=20<4,>=3D3.1.0=20to=20>=3D3.1.0,<5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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/v3.1.0...v4.0.0) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3349079..cea21cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dev = [ ] pre-commit-ci = [ "pre-commit>=3.5.0,<5", - "pylint>=3.1.0,<4", + "pylint>=3.1.0,<5", "mypy>=1.2.0,<2", ]