diff --git a/pyproject.toml b/pyproject.toml index f6d6a9b..027ebf2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ testpaths = ["tests"] dev = [ "pytest>=8.2", "pytest-timeout>=2.3", - "pre-commit==4.3.0", + "pre-commit==4.4.0", "pre-commit-hooks==6.0.0", "ruff>=0.13", "codespell>=2.4"