Skip to content

Commit

Permalink
build(deps): update dependency pyproject-fmt to v2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
serious-scaffold[bot] authored Sep 23, 2024
1 parent 8291d6a commit 5e6de55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.3
pipx install --force pyproject-fmt==2.2.4
pipx install --force ruff==0.6.5
pipx install --force watchfiles==0.24.0

Expand Down
2 changes: 1 addition & 1 deletion template/Makefile.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -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.3
pipx install --force pyproject-fmt==2.2.4
pipx install --force ruff==0.6.5
pipx install --force watchfiles==0.24.0

Expand Down

0 comments on commit 5e6de55

Please sign in to comment.