From 88a72b2d7b0f0ce2a1307d726478a9caae2dfc4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 17:18:53 +0000 Subject: [PATCH] Update dependency pylint to v3.3.0 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 0a6414f..bd82d16 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,5 +2,5 @@ attrs==24.2.0 coverage==7.6.1 wheel==0.44.0 pytype==2024.9.13 -pylint==3.2.7 +pylint==3.3.0 pytest==8.3.3