From 69e30bdcbb7c9520f93b9631bbca99f3324dafa5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 14:47:23 +0000 Subject: [PATCH] Update dependency pylint to v3.3.1 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index bd82d16..e57e9d0 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.3.0 +pylint==3.3.1 pytest==8.3.3