From 5ca0e94762f4fb022bc03033ebb55500c63b4678 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Dec 2022 17:12:56 +0000 Subject: [PATCH] build(deps): bump pylint from 2.13.8 to 2.15.7 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.13.8 to 2.15.7. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.13.8...v2.15.7) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index db967b2a..754d0c7d 100644 --- a/Pipfile +++ b/Pipfile @@ -9,7 +9,7 @@ codacy-coverage = "==1.3.11" coverage = "==6.3.3" flake8 = "==4.0.1" pre-commit = "==2.19.0" -pylint = "==2.13.8" +pylint = "==2.15.7" pytest = "==7.1.2" pytest-cov = "==3.0.0"