From e8e42d1cfc3fa0214a240654f5cce469cae67e23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 12:02:35 +0000 Subject: [PATCH] chore(deps-dev): update pylint requirement from ~=2.15.3 to ~=2.16.4 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.15.3...v2.16.4) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 9c382447d..1bf20d55f 100644 --- a/Pipfile +++ b/Pipfile @@ -10,7 +10,7 @@ isort = "~=5.10" mypy = "~=0.982" mock = "~=4.0" pre-commit = "~=2.20" -pylint = "~=2.15.3" +pylint = "~=2.16.4" pytest = "~=7.1" pytest-cov = "~=4.0" python-dateutil = "~=2.8"