From 9fc1be33c1de68d65da12072721362a7c899fec8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 20:43:24 +0000 Subject: [PATCH] chore(deps): update dependency pylint to v4.0.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c866746..5a1e5ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ optional = true [tool.poetry.group.dev.dependencies] pytest = "9.1.1" pytest-mock = "3.15.1" -pylint = "4.0.6" +pylint = "4.0.7" flake8 = "7.3.0" flake8-pytest-style = "2.2.0" ruff = "0.16.2"