From 611f491625582fa4d1c0a86d7537a135ff84c78b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 18:33:25 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(deps):=20update=20pylint=20r?= =?UTF-8?q?equirement=20from=20^4.0.5=20to=20^4.0.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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.5...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 1235bd9..81d9cce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ wheel = ">=0.47.0" [tool.poetry.group.dev.dependencies] pre-commit = "^4.6.0" -pylint="^4.0.5" +pylint="^4.0.6" yamllint="^1.35.0" isort = "^6.0.1" toml = "^0.10.0"