diff --git a/pyproject.toml b/pyproject.toml index eec0da9a..d13ceddf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ development = [ 'vulture==2.14', 'pyroma==4.2', 'isort==6.0.1', - 'pylint==3.3.4', + 'pylint==3.3.6', "tomli; python_version < '3.11'", # Tomllib is default in 3.11, required for letting codespell read the pyproject.toml 'pre-commit==4.2.0', 'ruff==0.11.0',