From 92e6f29212443086ac7b0f339019225f24c854b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Aug 2025 13:29:39 +0000 Subject: [PATCH] chore(deps): update dependency pylint to v3.3.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ea779a7..02f9753 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ optional = true [tool.poetry.group.dev.dependencies] pytest = "8.4.1" pytest-mock = "3.14.1" -pylint = "3.3.7" +pylint = "3.3.8" flake8 = "7.3.0" flake8-pytest-style = "2.1.0" ruff = "0.12.8"