From 6dfe7a17c249e16b0ad91f3cce4f428be30adb2b Mon Sep 17 00:00:00 2001 From: "serious-scaffold[bot]" <160990600+serious-scaffold[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 02:17:19 +0000 Subject: [PATCH] build(deps): update dependency ruff to v0.6.5 --- Makefile | 2 +- template/Makefile.jinja | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0b6f01bb..f5c0cc99 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ else pipx install --force pre-commit==3.8.0 endif pipx install --force pyproject-fmt==2.2.3 - pipx install --force ruff==0.6.4 + pipx install --force ruff==0.6.5 pipx install --force watchfiles==0.24.0 ######################################################################################## diff --git a/template/Makefile.jinja b/template/Makefile.jinja index 77eba7ce..e34f6637 100644 --- a/template/Makefile.jinja +++ b/template/Makefile.jinja @@ -66,7 +66,7 @@ else pipx install --force pre-commit==3.8.0 endif pipx install --force pyproject-fmt==2.2.3 - pipx install --force ruff==0.6.4 + pipx install --force ruff==0.6.5 pipx install --force watchfiles==0.24.0 ########################################################################################