From f03b6a717cbd0b01fececc1d9033ac6c1e6a1fed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 09:46:16 +0000 Subject: [PATCH] chore(deps): update dependency pylint to v4.0.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0146634..3aaf894 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ optional = true [tool.poetry.group.dev.dependencies] pytest = "9.0.2" pytest-mock = "3.15.1" -pylint = "4.0.4" +pylint = "4.0.5" flake8 = "7.3.0" flake8-pytest-style = "2.2.0" ruff = "0.15.1"