From 96559ec40e14c7ac4521a760dac9388f1e6d025d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 20:57:30 +0000 Subject: [PATCH] Bump pylint from 2.4.4 to 2.7.2 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.4.4 to 2.7.2. - [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.4...pylint-2.7.2) 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 41c48e9..c04f1d3 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def get_version(): install_require = ["click", "pyyaml>=5.0", "numpy"] dev_require = [ "mypy==0.761", - "pylint==2.4.4", + "pylint==2.7.2", "pytest==5.3.2", "black==19.10b0", "coverage==5.0.3",