From 19947f071e3744c17e4170d6d37cbca60adc4c16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Jun 2021 11:15:15 +0000 Subject: [PATCH] chore(deps): update pylint requirement from ~=2.8 to ~=2.9 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.8.0...v2.9.0) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index b24c835b8..134817be5 100644 --- a/Pipfile +++ b/Pipfile @@ -20,7 +20,7 @@ httpretty = "~=1.0" python-dateutil = "~=2.8" mock = "~=4.0" -pylint = "~=2.8" +pylint = "~=2.9" astroid = "~=2.5" isort = "~=5.8"