Skip to content

Commit 7e0c8b0

Browse files
build(deps): update dependency check-jsonschema to v0.31.2
1 parent 0447b31 commit 7e0c8b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ lock:
6161

6262
# Install standalone tools
6363
prerequisites:
64-
pipx list --short | grep -q "check-jsonschema 0.31.1" || pipx install --force check-jsonschema==0.31.1
64+
pipx list --short | grep -q "check-jsonschema 0.31.2" || pipx install --force check-jsonschema==0.31.2
6565
pipx list --short | grep -q "codespell 2.4.1" || pipx install --force codespell[toml]==2.4.1
6666
pipx list --short | grep -q "copier 9.4.1" || pipx install --force copier==9.4.1
6767
pipx list --short | grep -q "pdm 2.22.3" || pipx install --force pdm==2.22.3

template/Makefile.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ lock:
6565

6666
# Install standalone tools
6767
prerequisites:
68-
pipx list --short | grep -q "check-jsonschema 0.31.1" || pipx install --force check-jsonschema==0.31.1
68+
pipx list --short | grep -q "check-jsonschema 0.31.2" || pipx install --force check-jsonschema==0.31.2
6969
pipx list --short | grep -q "codespell 2.4.1" || pipx install --force codespell[toml]==2.4.1
7070
{% if project_name == "Serious Scaffold Python" %}
7171
pipx list --short | grep -q "copier 9.4.1" || pipx install --force copier==9.4.1

0 commit comments

Comments
 (0)