diff --git a/Makefile b/Makefile index ad74e06..9d34bb4 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ clean: # Install standalone tools prerequisites: - pipx install --force pre-commit==4.1.0 + pipx install --force pre-commit==4.2.0 pipx install --force watchfiles==1.0.4 ########################################################################################