From 34dc45406a0c77ca33df7bbf7c3a964dcb24d3c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 11:55:52 +0000 Subject: [PATCH] Update dependency test/pylint to v3.2.2 --- blue/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blue/pyproject.toml b/blue/pyproject.toml index 6f6bc9a..36095b4 100644 --- a/blue/pyproject.toml +++ b/blue/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ test = [ "attrs==23.2.0", "codecov==2.1.13", - "pylint==3.1.0", + "pylint==3.2.2", "pytype==2024.3.19", "pytest==8.1.1", "pytest-cov==5.0.0",