diff --git a/pyproject.toml b/pyproject.toml index 1bde097..a6fcaa0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ lint = [ {include-group = "pre-commit"} ] pre-commit = [ - "prek==0.3.1" + "prek==0.3.2" ] test = [ "pytest==9.0.2"