From 7ca8f4dfb34f32f2ebabee6d43e555d47d884378 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 14:35:00 +0000 Subject: [PATCH] Bump pylint from 2.17.4 to 2.17.5 Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.17.4 to 2.17.5. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v2.17.4...v2.17.5) --- 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 aae3b0b0..8f0b15c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -219,7 +219,7 @@ dev = [ "pdm==2.8.1", "pip_check_reqs==2.4.4", "pyenchant==3.2.2", - "pylint==2.17.4", + "pylint==2.17.5", "pyright==1.1.318", "pyroma==4.2", "pytest-cov==4.1.0",