From f2c633006cb8d3304f56423b9c86d2d1849b5afe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Sep 2021 11:49:54 +0200 Subject: [PATCH] Bump pylint from 2.9.6 to 2.10.2 (#155) Bumps [pylint](https://github.com/PyCQA/pylint) from 2.9.6 to 2.10.2. - [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.9.6...v2.10.2) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_lint.txt b/requirements_lint.txt index f4380707..e32adb08 100644 --- a/requirements_lint.txt +++ b/requirements_lint.txt @@ -2,4 +2,4 @@ black==21.7b0 flake8==3.9.2 mypy==0.910 pydocstyle==6.1.1 -pylint==2.9.6 +pylint==2.10.2 -- 2.34.1