Skip to content

Commit 0ce3ec1

Browse files
build(deps): update dependency watchfiles to v1.1.1
1 parent cb120f6 commit 0ce3ec1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.12.3" || pipx install --force ruff==0.12.3
71-
pipx list --short | grep -q "watchfiles 1.1.0" || pipx install --force watchfiles==1.1.0
71+
pipx list --short | grep -q "watchfiles 1.1.1" || pipx install --force watchfiles==1.1.1
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.12.3" || pipx install --force ruff==0.12.3
77-
pipx list --short | grep -q "watchfiles 1.1.0" || pipx install --force watchfiles==1.1.0
77+
pipx list --short | grep -q "watchfiles 1.1.1" || pipx install --force watchfiles==1.1.1
7878

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

0 commit comments

Comments
 (0)