Skip to content

Commit 80d60ab

Browse files
build(deps): update dependency check-jsonschema to v0.33.0 (#968)
Co-authored-by: serious-scaffold[bot] <160990600+serious-scaffold[bot]@users.noreply.github.com>
1 parent b43d160 commit 80d60ab

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.32.1" || pipx install --force check-jsonschema==0.32.1
64+
pipx list --short | grep -q "check-jsonschema 0.33.0" || pipx install --force check-jsonschema==0.33.0
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.23.1" || pipx install --force pdm==2.23.1

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.32.1" || pipx install --force check-jsonschema==0.32.1
68+
pipx list --short | grep -q "check-jsonschema 0.33.0" || pipx install --force check-jsonschema==0.33.0
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)