From 6317e5ab1960b244f44f692d9ad4bdc2c688cb2b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 17:04:43 +0000 Subject: [PATCH] chore(deps): update dependency pylint to v4.0.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 47b3961..20c1c7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ optional = true [tool.poetry.group.dev.dependencies] pytest = "9.1.0" pytest-mock = "3.15.1" -pylint = "4.0.5" +pylint = "4.0.6" flake8 = "7.3.0" flake8-pytest-style = "2.2.0" ruff = "0.15.17"