From db7205bc19d8a84e69c1f4faf9735500caa91e21 Mon Sep 17 00:00:00 2001 From: "msclock-bot[bot]" <163820484+msclock-bot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 02:30:14 +0000 Subject: [PATCH] chore(deps): update dependency watchfiles to v1.2.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fa47f9b..f575261 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ clean: # Install standalone tools prerequisites: pipx install --force pre-commit==4.2.0 - pipx install --force watchfiles==1.0.5 + pipx install --force watchfiles==1.2.0 ######################################################################################## # Lint