From 8b975757d66943a8ea798b9bed755674af3fb663 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 16:04:01 +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/v3.2.2...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 cf84374..da8353e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,7 @@ optional = true mypy = "^1.10.0" types-requests = "^2.32.0.20240712" types-pyyaml = "^6.0.12.20240311" -pylint = {version=">=3.2.2,<5.0.0", extras=["spelling"]} +pylint = {version=">=4.0.6,<5.0.0", extras=["spelling"]} pre-commit = "^4.6.0" pyupgrade = "^3.21.2" pytest = "^9.0.1"