From a5ef8174379ec1723e5bbd8c69e6d62ce6bc2200 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Dec 2021 13:52:12 +0200 Subject: [PATCH] Bump pylint from 2.12.1 to 2.12.2 (#57) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3eb3e3c..df5b7d6 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ extras_require={ "test": [ 'pytest==6.2.5', - 'pylint==2.12.1', + 'pylint==2.12.2', 'pytest-cov==3.0.0', ] },