From 7e4ea4c7c264d4596bdec248d16fa791ea7b3c50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 13:56:24 +0000 Subject: [PATCH] fix: bump pylint from 2.17.4 to 3.2.2 Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.17.4 to 3.2.2. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v2.17.4...v3.2.2) --- 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 99f3b000..c13eba44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ test = [ "flake8", "flake8-pyproject", "pre-commit==3.3.3", - "pylint==2.17.4", + "pylint==3.2.2", "pylint_junit", "pytest-cov>=3.0.0", "pytest-mock",