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