diff --git a/Makefile b/Makefile index e9372f4..340f985 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ clean: # Install standalone tools prerequisites: - pipx install --force pre-commit==4.0.0 + pipx install --force pre-commit==4.0.1 pipx install --force watchfiles==0.24.0 ########################################################################################