From d56b251a676aea3cfba2e9ab9bacc82c6d09d158 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Mar 2023 12:14:56 +0000 Subject: [PATCH] Update dependency pylint to <2.18 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 66616752..9ef6cc2e 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ "pytest-cov", "pytest-lazy-fixture==0.6.3", "pytest-mock", - "pylint<2.14", + "pylint<2.18", # we use this to suppress pytest-related false positives in our tests. "pylint-pytest", # we use this to suppress some messages in tests, eg: foo/bar naming,