From 77f7607346c4cae8e792b614dbbba41773bb4b69 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 06:17:42 +0000 Subject: [PATCH] chore(deps): update dependency pylint to v4.0.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b274a84..bbe59ac 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.7" +pylint = "4.0.8" flake8 = "7.3.0" flake8-pytest-style = "2.2.0" ruff = "0.16.5"