From b1cc5c9aaabaad436ed992352d371211df6f0e09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 19:26:42 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(deps):=20update=20pylint=20r?= =?UTF-8?q?equirement=20from=20^3.3.0=20to=20^4.0.3?= 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/v3.3.1...v4.0.3) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 67d5dff..95b88bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ wheel = ">=0.36.2" [tool.poetry.group.dev.dependencies] pre-commit = "^4.0.0" -pylint="^3.3.0" +pylint="^4.0.3" yamllint="^1.35.0" isort = "^6.0.1" toml = "^0.10.0"