From aa94be9c53e9f34807f181eacf3730e0e45b9f76 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Oct 2023 15:47:25 +0000 Subject: [PATCH] Update dependency test/pylint to v3.0.2 --- blue/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blue/pyproject.toml b/blue/pyproject.toml index 609e20d..99a9ab3 100644 --- a/blue/pyproject.toml +++ b/blue/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ test = [ "attrs==23.1.0", "codecov==2.1.13", - "pylint==3.0.1", + "pylint==3.0.2", "pytype==2023.10.17", "pytest==7.4.2", "pytest-cov==4.1.0",