From 1f0f7ea5605d509edc66db0d3aaac5bea75ecbad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 20:24:38 +0000 Subject: [PATCH] Update dependency pylint to v3.0.3 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 543a038..207b514 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,5 +2,5 @@ attrs==23.1.0 coverage==7.3.3 wheel==0.42.0 pytype==2023.12.8 -pylint==3.0.2 +pylint==3.0.3 pytest==7.4.3