From f29a84643e88157deeb19e7bf903267bb6510459 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jun 2022 11:21:05 +0000 Subject: [PATCH] chore(deps): update pylint requirement from ~=2.14.1 to ~=2.14.2 Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.14.1...v2.14.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 bec7ec70..86f0c1ed 100644 --- a/Pipfile +++ b/Pipfile @@ -22,7 +22,7 @@ python-dateutil = "~=2.8" types-python-dateutil = "~=2.8" mock = "~=4.0" -pylint = "~=2.14.1" +pylint = "~=2.14.2" astroid = "~=2.9" isort = "~=5.10"