From 85a8978b6fbedf1a8ecb7ac59a8ebdab3c18e2d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 00:02:09 +0000 Subject: [PATCH] chore(deps-dev): update pylint requirement from <4,>=3 to >=3,<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/v3.0.0...v4.0.4) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.4 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 a7410b2..96e8707 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ optional-dependencies.docs = [ # Linting optional-dependencies.lint = [ "mypy>=1.8,<2", - "pylint>=3,<4", + "pylint>=3,<5", "ruff>=0.1,<1", ] # ONNX Runtime