Skip to content

Commit 71936ea

Browse files
build(deps): update dependency check-jsonschema to v0.32.1 (#956)
Co-authored-by: serious-scaffold[bot] <160990600+serious-scaffold[bot]@users.noreply.github.com>
1 parent e57be27 commit 71936ea

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.3" || pipx install --force check-jsonschema==0.31.3
64+
pipx list --short | grep -q "check-jsonschema 0.32.1" || pipx install --force check-jsonschema==0.32.1
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.6.0" || pipx install --force copier==9.6.0
6767
pipx list --short | grep -q "pdm 2.22.4" || pipx install --force pdm==2.22.4

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.3" || pipx install --force check-jsonschema==0.31.3
68+
pipx list --short | grep -q "check-jsonschema 0.32.1" || pipx install --force check-jsonschema==0.32.1
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.6.0" || pipx install --force copier==9.6.0

0 commit comments

Comments
 (0)