From 821e4b4cc409db278d56f9ec345f243ba72db97d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Nov 2025 14:14:39 +0000 Subject: [PATCH] chore(deps): update dependency pylint to v4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e313c06..06a7c8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ pytest-mock = "^3.14.0" encryption-helper = "encryption_helper.__main__:main" [tool.poetry.group.dev.dependencies] -pylint = "^3.2.6" +pylint = "^4.0.0" bandit = "^1.7.9" pytest = "^8.3.2" pytest-mock = "^3.14.0"