Skip to content

Commit cf39e0d

Browse files
build(deps): update dependency watchfiles to v1.1.0 (#1002)
Co-authored-by: serious-scaffold[bot] <160990600+serious-scaffold[bot]@users.noreply.github.com>
1 parent 6b6410b commit cf39e0d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ prerequisites:
6868
pipx list --short | grep -q "pre-commit 4.2.0" || pipx install --force pre-commit==4.2.0
6969
pipx list --short | grep -q "pyproject-fmt 2.6.0" || pipx install --force pyproject-fmt==2.6.0
7070
pipx list --short | grep -q "ruff 0.11.7" || pipx install --force ruff==0.11.7
71-
pipx list --short | grep -q "watchfiles 1.0.5" || pipx install --force watchfiles==1.0.5
71+
pipx list --short | grep -q "watchfiles 1.1.0" || pipx install --force watchfiles==1.1.0
7272

7373
########################################################################################
7474
# Lint and pre-commit

template/Makefile.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ prerequisites:
7474
pipx list --short | grep -q "pre-commit 4.2.0" || pipx install --force pre-commit==4.2.0
7575
pipx list --short | grep -q "pyproject-fmt 2.6.0" || pipx install --force pyproject-fmt==2.6.0
7676
pipx list --short | grep -q "ruff 0.11.7" || pipx install --force ruff==0.11.7
77-
pipx list --short | grep -q "watchfiles 1.0.5" || pipx install --force watchfiles==1.0.5
77+
pipx list --short | grep -q "watchfiles 1.1.0" || pipx install --force watchfiles==1.1.0
7878

7979
########################################################################################
8080
# Lint and pre-commit

0 commit comments

Comments
 (0)