From 50cfa41b8aaad7d795f2c4b103a2c2765a565f0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 13:21:04 +0000 Subject: [PATCH] Bump pylint from 2.15.5 to 2.15.10 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.15.5 to 2.15.10. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.15.5...v2.15.10) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a0f7bd2..23d20f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ test = [ "flake8-formatter_junit_xml", "flake8==5.0.4", "pre-commit==2.17.0", - "pylint==2.15.5", + "pylint==2.15.10", "pylint_junit", "pytest-cov==4.0.0", "pytest-mock<3.10.1",