From 25b48ce7ccfb787cd9442f15eaa43df0084c8082 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 01:12:24 +0000 Subject: [PATCH] chore(deps): update dependency pylint to v2.17.7 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 90e3f71a..d04e919a 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ "pytest-lazy-fixture==0.6.3", "pytest-mock", "pytest-test-utils", - "pylint==2.17.6", + "pylint==2.17.7", # we use this to suppress some messages in tests, eg: foo/bar naming, # and, protected method calls in our tests "pylint-plugin-utils",