diff --git a/pyproject.toml b/pyproject.toml index 8abd3f661..7f84c28ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ development = [ 'pyright==1.1.411', 'pyupgrade==3.21.2', "tomli; python_version < '3.11'", # Tomllib is default in 3.11, required for letting codespell read the pyproject.toml - 'pre-commit==4.6.0', + 'pre-commit==4.6.1', 'ruff==0.15.22', 'hypothesis==6.158.0', 'import-linter==2.13',