From 5bf6c40ab4a1428286c7751b3ac095d85da9810a Mon Sep 17 00:00:00 2001 From: "msclock-bot[bot]" <163820484+msclock-bot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 00:50:30 +0000 Subject: [PATCH] chore(deps): update dependency watchfiles to v1.1.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fa47f9b..76a94a8 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.1 ######################################################################################## # Lint