From 6bab0abfc1a7d3b1e8a26fbd18d8ce78a011e4c2 Mon Sep 17 00:00:00 2001 From: "agibot-world[bot]" <246073236+agibot-world[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 00:57:18 +0000 Subject: [PATCH] build(deps): update dependency check-jsonschema to v0.36.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 34fab0f..0ee5090 100644 --- a/Makefile +++ b/Makefile @@ -68,7 +68,7 @@ dev: install # Install standalone tools prerequisites: - pipx list --short | grep -q "check-jsonschema 0.35.0" || pipx install --force check-jsonschema==0.35.0 + pipx list --short | grep -q "check-jsonschema 0.36.0" || pipx install --force check-jsonschema==0.36.0 pipx list --short | grep -q "codespell 2.4.1" || pipx install --force codespell[toml]==2.4.1 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.0" || pipx install --force pre-commit==4.5.0