From 4ba5bef128b0c342dfaab17ab3ce929325e03353 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 21:03:19 -0400 Subject: [PATCH] Bump pylint from 3.2.5 to 3.2.6 (#650) Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.2.5 to 3.2.6. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.5...v3.2.6) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-patch ... 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 3c1c3e88b..6dd13d3c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ lint = [ "pydocstyle==6.3.0", "mypy==1.11.1", "reno>=3.4.0", - "pylint==3.2.5", + "pylint==3.2.6", # pydocstyle prefers to parse our pyproject.toml, hence the following line "toml", ]