From e24980625d1f16ecc7475b0b4130c5e601845e60 Mon Sep 17 00:00:00 2001 From: Charles Beauville Date: Thu, 10 Oct 2024 23:01:40 +0200 Subject: [PATCH] Update pylint to latest --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 240b0094529..d32b026c400 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,7 +95,7 @@ black = { version = "==24.2.0", extras = ["jupyter"] } taplo = "==0.9.3" docformatter = "==1.7.5" mypy = "==1.8.0" -pylint = "==3.2.7" +pylint = "==3.3.1" flake8 = "==5.0.4" parameterized = "==0.9.0" pytest = "==7.4.4"