Skip to content

Commit e91b513

Browse files
build(deps): update dependency check-jsonschema to v0.36.2 (#74)
Co-authored-by: agibot-world[bot] <246073236+agibot-world[bot]@users.noreply.github.com>
1 parent a0364fd commit e91b513

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ dev: install
6868

6969
# Install standalone tools
7070
prerequisites:
71-
pipx list --short | grep -q "check-jsonschema 0.36.0" || pipx install --force check-jsonschema==0.36.0
71+
pipx list --short | grep -q "check-jsonschema 0.37.0" || pipx install --force check-jsonschema==0.37.0
7272
pipx list --short | grep -q "codespell 2.4.2" || pipx install --force codespell[toml]==2.4.2
7373
pipx list --short | grep -q "pipenv 2026.0.3" || pipx install --force pipenv==2026.0.3
7474
pipx list --short | grep -q "pre-commit 4.5.1" || pipx install --force pre-commit==4.5.1

0 commit comments

Comments
 (0)