From ec7893241d5aee13b0852f27cb21bedd383675cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Apr 2021 15:07:14 +0200 Subject: [PATCH] module: update pylint to version 2.8 Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version (#38). - [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.7.0...v2.8.2) 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 e0ba18c..0cb52e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ requests = "~2.25" [tool.poetry.dev-dependencies] mypy = "0.812" -pylint = "~2.7" +pylint = "~2.8" rope = "~0.19" yapf = "~0.31"