From 70addbc6b8cfe982481222559fa849ea0df19288 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 19:15:44 +0000 Subject: [PATCH] build(deps-dev): bump pylint from 2.13.0 to 2.13.4 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.13.0 to 2.13.4. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog) - [Commits](https://github.com/PyCQA/pylint/compare/v2.13.0...v2.13.4) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index a39b620..59a5c06 100644 --- a/Pipfile +++ b/Pipfile @@ -9,7 +9,7 @@ codacy-coverage = "==1.3.11" coverage = "==6.3.2" flake8 = "==4.0.1" pre-commit = "==2.17.0" -pylint = "==2.13.0" +pylint = "==2.13.4" pytest = "==7.1.1" pytest-cov = "==3.0.0"