From 999bf00838085d5dc138791c6c9ee0e9ad079b14 Mon Sep 17 00:00:00 2001 From: "serious-scaffold[bot]" <160990600+serious-scaffold[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 10:27:46 +0800 Subject: [PATCH] build(deps): update dependency pyproject-fmt to v2.3.0 (#754) Co-authored-by: serious-scaffold[bot] <160990600+serious-scaffold[bot]@users.noreply.github.com> --- Makefile | 2 +- template/Makefile.jinja | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f44f3a75..dbfe3e64 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ ifeq ($(PIPX_PYTHON_VERSION), 3.8) else pipx install --force pre-commit==4.0.0 endif - pipx install --force pyproject-fmt==2.2.4 + pipx install --force pyproject-fmt==2.3.0 pipx install --force ruff==0.6.9 pipx install --force watchfiles==0.24.0 diff --git a/template/Makefile.jinja b/template/Makefile.jinja index 38c647d4..177f5c84 100644 --- a/template/Makefile.jinja +++ b/template/Makefile.jinja @@ -65,7 +65,7 @@ ifeq ($(PIPX_PYTHON_VERSION), 3.8) else pipx install --force pre-commit==4.0.0 endif - pipx install --force pyproject-fmt==2.2.4 + pipx install --force pyproject-fmt==2.3.0 pipx install --force ruff==0.6.9 pipx install --force watchfiles==0.24.0