From 53b5b9e23fe43e6248014ba2c095fe38c34f8f81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 13:56:28 +0000 Subject: [PATCH] fix: bump pylint from 3.3.8 to 3.3.9 Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.3.8 to 3.3.9. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.8...v3.3.9) --- updated-dependencies: - dependency-name: pylint dependency-version: 3.3.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9d9845d..ad4f9b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ test = [ "flake8", "flake8-pyproject", "pre-commit==4.3.0", - "pylint==3.3.8", + "pylint==3.3.9", "pylint_junit", "pytest-cov==6.2.1", "pytest-mock<3.14.0",