From 532b8769e70dfc46859690e2fcca0ef09cb19c8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 08:21:23 +0000 Subject: [PATCH] Update pylint requirement from <3.3.8 to <3.3.10 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...v3.3.9) --- updated-dependencies: - dependency-name: pylint dependency-version: 3.3.9 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..50a93349 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<3.3.10", "pytest<=8.4.1", "pytest-pylint<=1.1.2", "pytest-runner<7.0.0",