From 7a8d6d77d21ab2bcb1d42b3818137e7b85995edc Mon Sep 17 00:00:00 2001 From: "serious-scaffold[bot]" <160990600+serious-scaffold[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 00:59:11 +0000 Subject: [PATCH] build(deps): update dependency watchfiles to v1.1.1 --- Makefile | 2 +- template/Makefile.jinja | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 613b4df5..585ce9a3 100644 --- a/Makefile +++ b/Makefile @@ -68,7 +68,7 @@ prerequisites: pipx list --short | grep -q "pre-commit 4.2.0" || pipx install --force pre-commit==4.2.0 pipx list --short | grep -q "pyproject-fmt 2.6.0" || pipx install --force pyproject-fmt==2.6.0 pipx list --short | grep -q "ruff 0.12.3" || pipx install --force ruff==0.12.3 - pipx list --short | grep -q "watchfiles 1.1.0" || pipx install --force watchfiles==1.1.0 + pipx list --short | grep -q "watchfiles 1.1.1" || pipx install --force watchfiles==1.1.1 ######################################################################################## # Lint and pre-commit diff --git a/template/Makefile.jinja b/template/Makefile.jinja index 6dddcb8d..58ebbeb1 100644 --- a/template/Makefile.jinja +++ b/template/Makefile.jinja @@ -74,7 +74,7 @@ prerequisites: pipx list --short | grep -q "pre-commit 4.2.0" || pipx install --force pre-commit==4.2.0 pipx list --short | grep -q "pyproject-fmt 2.6.0" || pipx install --force pyproject-fmt==2.6.0 pipx list --short | grep -q "ruff 0.12.3" || pipx install --force ruff==0.12.3 - pipx list --short | grep -q "watchfiles 1.1.0" || pipx install --force watchfiles==1.1.0 + pipx list --short | grep -q "watchfiles 1.1.1" || pipx install --force watchfiles==1.1.1 ######################################################################################## # Lint and pre-commit