From b2da8bcbe39227c3581be80f7ee4719c3bd3743b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 20:08:23 +0000 Subject: [PATCH] Update dependency pylint to v3.2.0 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index f444417e..58883506 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,5 +1,5 @@ httpx==0.27.0 -pylint==3.1.1 +pylint==3.2.0 pytest==8.2.0 pytest-cov==5.0.0 pytype==2024.4.11