From 6164ddd6c688502d453ee81763a9af7aabfd3edf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 1 May 2020 19:24:22 +0000 Subject: [PATCH] chore(deps-dev): Update pylint requirement Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Changelog](https://github.com/PyCQA/pylint/blob/master/ChangeLog) - [Commits](https://github.com/PyCQA/pylint/compare/pylint-2.4.3...pylint-2.5.0) Signed-off-by: dependabot-preview[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 143239f..62620c0 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ def read(path, encoding="utf-8"): ] test_requires = [ "pytest>=5.0.1,<5.5.0", - "pylint>=2.4.3,<2.5", + "pylint>=2.4.3,<2.6", "hypothesis>=4.43.1,<6.0", "coverage==5.0.1", "isort==4.3.21",