From 87aad51293365f255cbc6dfaec5a83c007690e21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 09:03:57 +0000 Subject: [PATCH] Bump pylint from 2.17.7 to 3.0.1 Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.17.7 to 3.0.1. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v2.17.7...v3.0.1) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 258c3511f..ffd0277ee 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.7", + "pylint==3.0.1", "pyright==1.1.329", "pyroma==4.2", "pytest-cov==4.1.0",