From 8d4c1f20d844b950fa922cdeb87af0d1673c51e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Aug 2021 11:12:35 +0000 Subject: [PATCH] chore(deps): update pylint requirement from ~=2.8 to ~=2.10 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/main/ChangeLog) - [Commits](https://github.com/PyCQA/pylint/compare/pylint-2.8.0...v2.10.2) --- 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 1b911868c..12fb77bb6 100644 --- a/Pipfile +++ b/Pipfile @@ -21,7 +21,7 @@ python-dateutil = "~=2.8" types-python-dateutil = "~=0.1" mock = "~=4.0" -pylint = "~=2.8" +pylint = "~=2.10" astroid = "~=2.5" isort = "~=5.8"