From 9818ac0d812f004737445016ae72db3b6ad73af7 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:23:14 +0000 Subject: [PATCH] build(deps): update dependency pyproject-fmt to v2.2.1 --- Makefile | 2 +- template/Makefile.jinja | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 45b0e05b..39448c1e 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ ifeq ($(PIPX_PYTHON_VERSION), 3.8) else pipx install --force pre-commit==3.8.0 endif - pipx install --force pyproject-fmt==2.1.4 + pipx install --force pyproject-fmt==2.2.1 pipx install --force ruff==0.5.5 pipx install --force watchfiles==0.22.0 diff --git a/template/Makefile.jinja b/template/Makefile.jinja index 05f36d21..699edd59 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==3.8.0 endif - pipx install --force pyproject-fmt==2.1.4 + pipx install --force pyproject-fmt==2.2.1 pipx install --force ruff==0.5.5 pipx install --force watchfiles==0.22.0