From c053fde5a52e900640c22af5cb0082b3791d83ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 13:16:35 +0000 Subject: [PATCH] chore: bump pylint from 3.1.0 to 3.2.0 Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d56babe..ab8d65b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ test = [ "flake8-formatter_junit_xml", "flake8", "flake8-pyproject", - "pylint==3.1.0", + "pylint==3.2.0", "pre-commit==3.7.0", "pylint_junit", "pytest-cov==5.0.0",