From c81197e9547d6ddc3e1906e7974b7c721fe222d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Jun 2021 20:00:58 +0000 Subject: [PATCH] build(deps-dev): bump pylint from 2.8.3 to 2.9.1 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.8.3 to 2.9.1. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Changelog](https://github.com/PyCQA/pylint/blob/master/ChangeLog) - [Commits](https://github.com/PyCQA/pylint/compare/v2.8.3...v2.9.1) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development 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 b5d03f5..32e33be 100644 --- a/Pipfile +++ b/Pipfile @@ -9,7 +9,7 @@ codacy-coverage = "==1.3.11" coverage = "==5.5" flake8 = "==3.9.2" pre-commit = "==2.13.0" -pylint = "==2.8.3" +pylint = "==2.9.1" pytest = "==6.2.4" pytest-cov = "==2.12.1"