From d393c6e628ccdb2b2eecf662c8c18af6bde8ab9a Mon Sep 17 00:00:00 2001 From: "serious-scaffold[bot]" <160990600+serious-scaffold[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 02:57:35 +0000 Subject: [PATCH] build(deps): update dependency ruff to v0.6.7 --- Makefile | 2 +- template/Makefile.jinja | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fd8f1d49..4bb12339 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.4 - pipx install --force ruff==0.6.5 + pipx install --force ruff==0.6.7 pipx install --force watchfiles==0.24.0 ######################################################################################## diff --git a/template/Makefile.jinja b/template/Makefile.jinja index bdf806cc..736c84cc 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.4 - pipx install --force ruff==0.6.5 + pipx install --force ruff==0.6.7 pipx install --force watchfiles==0.24.0 ########################################################################################