From 64a30747a78441be36c8446ea1f4565bf6457bf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 15:00:15 +0000 Subject: [PATCH] chore(deps-dev): bump pylint from 4.0.6 to 4.0.8 Bumps [pylint](https://github.com/pylint-dev/pylint) from 4.0.6 to 4.0.8. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v4.0.6...v4.0.8) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.8 dependency-type: direct:development 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 2fbd74f..e66edf7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,7 +95,7 @@ analysis = [ "pip-audit==2.10.1", # PyCQA, first released 2009. Not wired into any gate; here so the findings a contributor's IDE # reports can be reproduced from the command line. - "pylint==4.0.6", + "pylint==4.0.8", ] # scikit-learn integration. Only python_som.sklearn imports it. Lower bounds rather than pins: # these are user-facing install sets, not tooling. `examples` restores what 0.3.0 installed.