From ab85085cdd5efdb95007a1e31a317659e1f2574b Mon Sep 17 00:00:00 2001 From: "agibot-world[bot]" <246073236+agibot-world[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 01:13:13 +0000 Subject: [PATCH] build(deps): update dependency check-jsonschema to v0.37.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5816b4b..086a206 100644 --- a/Makefile +++ b/Makefile @@ -68,7 +68,7 @@ dev: install # Install standalone tools prerequisites: - pipx list --short | grep -q "check-jsonschema 0.36.0" || pipx install --force check-jsonschema==0.36.0 + pipx list --short | grep -q "check-jsonschema 0.37.0" || pipx install --force check-jsonschema==0.37.0 pipx list --short | grep -q "codespell 2.4.2" || pipx install --force codespell[toml]==2.4.2 pipx list --short | grep -q "pipenv 2026.0.3" || pipx install --force pipenv==2026.0.3 pipx list --short | grep -q "pre-commit 4.5.1" || pipx install --force pre-commit==4.5.1