From dfac8e275e112ef59f34c3d193a7d995918c7d6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 02:02:00 +0000 Subject: [PATCH] Bump pylint from 2.14.3 to 2.15.9 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.14.3 to 2.15.9. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.14.3...v2.15.9) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6d70bc6..caa44f8 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ "pre-commit==2.19.0", "pytest>=4.6.0", "pytest-cov>=2.7.1", - "pylint==2.14.3", + "pylint==2.15.9", "pylint-exit>=1.1.0", "python-coveralls==2.9.3", "coverage==6.4.1",