From fe20f7174dccbb585e7d7deb5e160f9b321fc008 Mon Sep 17 00:00:00 2001 From: "serious-scaffold[bot]" <160990600+serious-scaffold[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 00:32:22 +0000 Subject: [PATCH] build(deps): update dependency ruff to v0.5.4 --- Makefile | 2 +- template/Makefile.jinja | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d1d30fca..e3da558f 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ else pipx install --force pre-commit==3.7.1 endif pipx install --force pyproject-fmt==2.1.4 - pipx install --force ruff==0.5.2 + pipx install --force ruff==0.5.4 pipx install --force watchfiles==0.22.0 ######################################################################################## diff --git a/template/Makefile.jinja b/template/Makefile.jinja index d2e8ff16..a99d3bc1 100644 --- a/template/Makefile.jinja +++ b/template/Makefile.jinja @@ -66,7 +66,7 @@ else pipx install --force pre-commit==3.7.1 endif pipx install --force pyproject-fmt==2.1.4 - pipx install --force ruff==0.5.2 + pipx install --force ruff==0.5.4 pipx install --force watchfiles==0.22.0 ########################################################################################