From b815156de604352ce89131b7da8351cc3d1c9153 Mon Sep 17 00:00:00 2001 From: "serious-scaffold[bot]" <160990600+serious-scaffold[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 02:33:40 +0000 Subject: [PATCH] build(deps): update dependency watchfiles to v0.23.0 --- Makefile | 2 +- template/Makefile.jinja | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 98772687..f14aaa59 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ else endif pipx install --force pyproject-fmt==2.2.1 pipx install --force ruff==0.5.7 - pipx install --force watchfiles==0.22.0 + pipx install --force watchfiles==0.23.0 ######################################################################################## # Lint and pre-commit diff --git a/template/Makefile.jinja b/template/Makefile.jinja index 55b0a3d6..aef7fd8f 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.5.7 - pipx install --force watchfiles==0.22.0 + pipx install --force watchfiles==0.23.0 ######################################################################################## # Lint and pre-commit