Skip to content

Commit

Permalink
build(deps): update dependency check-jsonschema to v0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
serious-scaffold[bot] authored Jan 20, 2025
1 parent 199f154 commit 0835b03
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 @@ -61,7 +61,7 @@ lock:

# Install standalone tools
prerequisites:
pipx install --force check-jsonschema==0.30.0
pipx install --force check-jsonschema==0.31.0
pipx install --force codespell[toml]==2.3.0
pipx install --force pdm==2.22.2
pipx install --force pre-commit==4.0.1
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 @@ lock:

# Install standalone tools
prerequisites:
pipx install --force check-jsonschema==0.30.0
pipx install --force check-jsonschema==0.31.0
pipx install --force codespell[toml]==2.3.0
pipx install --force pdm==2.22.2
pipx install --force pre-commit==4.0.1
Expand Down

0 comments on commit 0835b03

Please sign in to comment.