From 6fc41a8ac91d7e705ad5b580af1e83aefdf1ac17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 12:22:36 +0000 Subject: [PATCH] chore(deps): update dependency pylint to v3.3.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 69f634f96..345fce8bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ dev = [ "pymdown-extensions", # linting "pre-commit >= 3.3.0, < 4.0.0", - "pylint ==3.0.3", + "pylint ==3.3.1", "pyright ==1.1.347", # notebooks tests "nbformat",