From 709b2820faf39dd86bafb15ec9e1a1bdca75c81e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 08:13:24 +0000 Subject: [PATCH] chore(deps): update dependency pylint to v3 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index d22e803..8dc6172 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,3 +1,3 @@ prospector==1.7.* -pylint==2.15.6 +pylint==3.2.2 pytest==7.1.*