From 1fb8ef7dd7db9061aab0586c8a19e216975bcc1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 08:18:55 +0000 Subject: [PATCH] Update pylint requirement from <3.3.8 to <4.0.7 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 912c08aa..957745a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ Repository = "https://github.com/google/python-fire" test = [ "setuptools<=80.9.0", "pip", - "pylint<3.3.8", + "pylint<4.0.7", "pytest<=8.4.1", "pytest-pylint<=1.1.2", "pytest-runner<7.0.0",