From cb6481dde4290d95b793ffebb02d8a1353e5ffa5 Mon Sep 17 00:00:00 2001 From: "msclock-bot[bot]" <163820484+msclock-bot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 02:55:52 +0000 Subject: [PATCH] chore(deps): update dependency watchfiles to v1.1.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fa47f9b..d1efdfc 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.1.0 ######################################################################################## # Lint