From 81a0dc11172616558e6e47e5af0a68c337e6fb53 Mon Sep 17 00:00:00 2001 From: "serious-scaffold[bot]" <160990600+serious-scaffold[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 01:47:59 +0000 Subject: [PATCH] build(deps): update dependency ruff to v0.5.6 --- Makefile | 2 +- template/Makefile.jinja | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 39448c1e..90351f13 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.1 - pipx install --force ruff==0.5.5 + pipx install --force ruff==0.5.6 pipx install --force watchfiles==0.22.0 ######################################################################################## diff --git a/template/Makefile.jinja b/template/Makefile.jinja index 699edd59..21328917 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.1 - pipx install --force ruff==0.5.5 + pipx install --force ruff==0.5.6 pipx install --force watchfiles==0.22.0 ########################################################################################