From e14ad82107f5d6705a8b116295ab24e9962001d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 06:11:01 +0000 Subject: [PATCH] Bump pylint from 2.17.2 to 2.17.4 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.17.2 to 2.17.4. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.17.2...v2.17.4) --- 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 14537d334..20b478785 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.4", "pyright==1.1.304", "pyroma==4.2", "pytest-cov==4.0.0",