From d984a30a1c0487a96200547fe6ad5a31488e8a44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 15:36:46 +0300 Subject: [PATCH] Bump pylint from 2.12.2 to 2.13.2 (#98) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index eb01607..34fb473 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ extras_require={ 'test': [ 'nose==1.3.*', - 'pylint==2.12.2', + 'pylint==2.13.2', 'nose-cov==1.6' ] },