From 6ae622024f87dd28860f2b82d2978ce43344392c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 13:17:58 +0100 Subject: [PATCH] chore(deps): update dependency dev/pylint to v3.0.3 (#1604) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 60bb67b97..faf538654 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ dev = [ "pymdown-extensions", # linting "pre-commit >= 3.3.0, < 4.0.0", - "pylint ==3.0.2", + "pylint ==3.0.3", "pyright ==1.1.339", # notebooks tests "nbformat",