From 286882ff3982e0383802c9ee79ff3cc211ce8b9a Mon Sep 17 00:00:00 2001 From: "msclock-bot[bot]" <163820484+msclock-bot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 02:14:59 +0000 Subject: [PATCH] chore(deps): update dependency watchfiles to v1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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