From 20bd349da529fe34cc1ae58947206cd3a3ac0817 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Feb 2021 16:25:19 +0100 Subject: [PATCH] module: update pylint version to 2.7.x Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version (#35). - [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.6.0...pylint-2.7.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 71fd6b0..736b634 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,6 +17,6 @@ requests = "~2.25" [tool.poetry.dev-dependencies] mypy = "0.800" -pylint = "~2.6" +pylint = "~2.7" rope = "~0.18" yapf = "~0.30"