diff --git a/Makefile b/Makefile index fa7f9ce..e3ccf32 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ clean: # Install standalone tools prerequisites: pipx install --force pre-commit==4.0.1 - pipx install --force watchfiles==0.24.0 + pipx install --force watchfiles==1.0.0 ######################################################################################## # Lint