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