From 05962e5f3fb51e3965fbd2b14f7f49ffb239b82f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 04:28:51 +0000 Subject: [PATCH] chore(deps-dev): update pylint requirement 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/v4.0.0...v4.0.7) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.7 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 39a50d91..53bbbca3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ actions = [ check = [ "mypy >=2.0.0,<2.4.0", "pip-audit >=2.4.4,<3.0.0", - "pylint >=4.0.0,<4.1.0", + "pylint >=4.0.7,<4.1.0", ] # Note that the `custom_exit_code` and `env` plugins may currently be unmaintained. test = [