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.