From efd4518ecb2aafc9ab142a9adbec995cf778f004 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 12:56:45 +0000 Subject: [PATCH] Update dependency pylint to v3.3.7 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index bf512987..2e9a37e1 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,5 +1,5 @@ httpx==0.27.2 -pylint==3.3.6 +pylint==3.3.7 pytest==8.3.5 pytest-cov==6.1.1 pytype==2024.10.11