From 3318fcf2875e6140439e8789fc7d0c4260cf54b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 15:49:08 -0400 Subject: [PATCH] Bump pylint from 2.17.7 to 3.0.2 (#446) Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.17.7 to 3.0.2. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v2.17.7...v3.0.2) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a0091e250..12c76e025 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ lint = [ "pydocstyle==6.3.0", "mypy==1.6.1", "reno>=3.4.0", - "pylint==2.17.7", + "pylint==3.0.2", # pydocstyle prefers to parse our pyproject.toml, hence the following line "toml", ]