From 057f38e4413d9542cd4692f8d631ca3c598e7a0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 12:20:22 +0000 Subject: [PATCH] chore(deps): update dependency pylint to v3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5e3ce1d..b1fedcb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ sphinx-material = "^0.0.35" black = "^23.0.0" pytest-cov = "^4.0.0" sphinx-copybutton = "^0.5.0" -pylint = "^2.14.3" +pylint = "^3.0.0" poetry = "^1.3.2" [build-system]