From 321dcd510e7652f5c33584227392bc8b6ff2f586 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Apr 2023 06:04:56 +0000 Subject: [PATCH] Bump pylint from 2.17.2 to 2.17.3 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.17.2 to 2.17.3. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.17.2...v2.17.3) --- 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 a4f13b21b..97d65d6e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -293,7 +293,7 @@ dev = [ "pip_check_reqs==2.4.4", "pydocstyle==6.3.0", "pyenchant==3.2.2", - "pylint==2.17.2", + "pylint==2.17.3", "pyright==1.1.304", "pyroma==4.2", "pytest-cov==4.0.0",