From 823e4f45700e9fb0b16028f7a31eee8e1c442b74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 13:18:03 +0000 Subject: [PATCH] chore: bump pylint from 3.2.7 to 3.3.4 Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.2.7 to 3.3.4. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.7...v3.3.4) --- 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 76bfb6b..638b3dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ test = [ "flake8-formatter_junit_xml", "flake8", "flake8-pyproject", - "pylint==3.2.7", + "pylint==3.3.4", "pre-commit==4.0.1", "pylint_junit", "pytest-cov==5.0.0",