From d403befd9b293d517925dd8c723052e039e50dd0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 22:24:05 +0000 Subject: [PATCH] chore(deps): update dependency pylint to v3.0.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 40daf8db..02668895 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ "pytest-cov", "pytest-mock", "pytest-test-utils", - "pylint==3.0.3", + "pylint==3.0.4", # we use this to suppress some messages in tests, eg: foo/bar naming, # and, protected method calls in our tests "pylint-plugin-utils",