diff --git a/pyproject.toml b/pyproject.toml index 91124be..2ea1781 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ lint = [ {include-group = "pre-commit"} ] pre-commit = [ - "prek==0.4.0" + "prek==0.4.1" ] test = [ "pytest==9.0.3"