diff --git a/pyproject.toml b/pyproject.toml index 5ef508b..6e886df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ lint = [ {include-group = "pre-commit"} ] pre-commit = [ - "pre-commit==4.3.0" + "pre-commit==4.4.0" ] test = [ "pytest==9.0.0"