From 56eb50239dcd5217fc9a11cf9eef086fe82f4edd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 05:37:49 +0000 Subject: [PATCH] Bump pylint from 2.17.5 to 2.17.6 Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.17.5 to 2.17.6. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v2.17.5...v2.17.6) --- 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 6b82a4b16..a33dfb21f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -304,7 +304,7 @@ dev = [ "pip_check_reqs==2.5.3", "pydocstyle==6.3.0", "pyenchant==3.2.2", - "pylint==2.17.5", + "pylint==2.17.6", "pyright==1.1.327", "pyroma==4.2", "pytest-cov==4.1.0",