From 989d84fc7b84c77ff867778ebfff4faea60a4c6d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 03:41:17 +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"