From 1b9cfedf11a776e47ce668dc82946aa8be80c8de Mon Sep 17 00:00:00 2001 From: "serious-scaffold[bot]" <160990600+serious-scaffold[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 14:48:52 +0000 Subject: [PATCH] build(deps): update dependency watchfiles to v0.24.0 --- Makefile | 2 +- template/Makefile.jinja | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f2f66780..43802f0f 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ else endif pipx install --force pyproject-fmt==2.2.1 pipx install --force ruff==0.6.3 - pipx install --force watchfiles==0.23.0 + pipx install --force watchfiles==0.24.0 ######################################################################################## # Lint and pre-commit diff --git a/template/Makefile.jinja b/template/Makefile.jinja index 0139e5b0..8f833ec0 100644 --- a/template/Makefile.jinja +++ b/template/Makefile.jinja @@ -67,7 +67,7 @@ else endif pipx install --force pyproject-fmt==2.2.1 pipx install --force ruff==0.6.3 - pipx install --force watchfiles==0.23.0 + pipx install --force watchfiles==0.24.0 ######################################################################################## # Lint and pre-commit