From 99a8a3b81572183d00b2b0fcb2153c22a317fb68 Mon Sep 17 00:00:00 2001 From: "msclock-bot[bot]" <163820484+msclock-bot[bot]@users.noreply.github.com> Date: Sat, 3 May 2025 03:18:19 +0000 Subject: [PATCH] chore(deps): update dependency watchfiles to v1.0.5 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9d34bb4..fa47f9b 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.4 + pipx install --force watchfiles==1.0.5 ######################################################################################## # Lint