From 827cd4752e9731cf96afded678493234f23a03eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 May 2025 18:12:45 +0000 Subject: [PATCH] chore(deps): update dependency pylint to v3.3.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8ef185b..eee659c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ optional = true [tool.poetry.group.dev.dependencies] pytest = "8.3.5" pytest-mock = "3.14.0" -pylint = "3.3.6" +pylint = "3.3.7" flake8 = "7.2.0" flake8-pytest-style = "2.1.0" ruff = "0.11.8"