From fec4ab4bdaa4d6455854a45d8173e02e7ecdf162 Mon Sep 17 00:00:00 2001 From: "serious-scaffold[bot]" <160990600+serious-scaffold[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 02:45:05 +0000 Subject: [PATCH] build(deps): update dependency pyproject-fmt to v2.2.3 --- Makefile | 2 +- template/Makefile.jinja | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b830a1f6..927a0ab1 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.2.1 + pipx install --force pyproject-fmt==2.2.3 pipx install --force ruff==0.6.4 pipx install --force watchfiles==0.24.0 diff --git a/template/Makefile.jinja b/template/Makefile.jinja index ecad90c1..fd76aa2b 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.2.1 + pipx install --force pyproject-fmt==2.2.3 pipx install --force ruff==0.6.4 pipx install --force watchfiles==0.24.0