From e16d4ba8a5d7e1feeaacd3a1b01deeda3d575e19 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 19:03:06 +0000 Subject: [PATCH] Update dependency pylint to v3 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 06738f6..f40a349 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,5 +2,5 @@ attrs==23.1.0 coverage==7.3.1 wheel==0.41.2 pytype==2023.9.27 -pylint==2.17.7 +pylint==3.0.0 pytest==7.4.2