chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.37.0 #74

Merged
Renovate merged 1 commits from renovate/python-jsonschema-check-jsonschema-0.x into main 2026-02-27 07:04:15 +01:00
Member

This PR contains the following updates:

Package Type Update Change
python-jsonschema/check-jsonschema repository minor 0.36.20.37.0

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

python-jsonschema/check-jsonschema (python-jsonschema/check-jsonschema)

v0.37.0

Compare Source

  • Update vendored schemas: bamboo-spec, bitbucket-pipelines, circle-ci, gitlab-ci,
    mergify, renovate, woodpecker-ci (2026-02-26)
  • Removed support for Python 3.9
  • Verbose text output has been adjusted. At the first verbosity level (-v),
    all errors are reported but the checked filenames are no longer displayed. The
    list of filenames checked is now emitted at the second verbosity level (-vv)
    and above. (:issue:648)
  • check-jsonschema's sdist contents are now validated with check-sdist, and missing
    files have been added.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [python-jsonschema/check-jsonschema](https://github.com/python-jsonschema/check-jsonschema) | repository | minor | `0.36.2` → `0.37.0` | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>python-jsonschema/check-jsonschema (python-jsonschema/check-jsonschema)</summary> ### [`v0.37.0`](https://github.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0370) [Compare Source](https://github.com/python-jsonschema/check-jsonschema/compare/0.36.2...0.37.0) - Update vendored schemas: bamboo-spec, bitbucket-pipelines, circle-ci, gitlab-ci, mergify, renovate, woodpecker-ci (2026-02-26) - Removed support for Python 3.9 - Verbose text output has been adjusted. At the first verbosity level (`-v`), all errors are reported but the checked filenames are no longer displayed. The list of filenames checked is now emitted at the second verbosity level (`-vv`) and above. (:issue:`648`) - `check-jsonschema`'s sdist contents are now validated with `check-sdist`, and missing files have been added. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My40Mi4xIiwidXBkYXRlZEluVmVyIjoiNDMuNDIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21hdGlvbiIsImNob3JlIiwicHJlLWNvbW1pdCJdfQ==-->
Renovate added the choreautomationpre-commit labels 2026-02-27 06:52:25 +01:00
Renovate added 1 commit 2026-02-27 06:52:25 +01:00
chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.37.0
All checks were successful
Lint / pre-commit Linting (push) Successful in 33s
Test / Run Tests (push) Successful in 59s
99e9d789eb
Renovate scheduled this pull request to auto merge when all checks succeed 2026-02-27 06:52:26 +01:00
Owner

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 1 🔵
🧪 No relevant tests
🔒 No security concerns identified
 Recommended focus areas for review

Python compatibility

The updated check-jsonschema hook dropped support for Python 3.9. Ensure that the environment running pre-commit uses a supported Python version (>= 3.10).

- repo: https://github.com/python-jsonschema/check-jsonschema
  rev: 0.37.0
## PR Reviewer Guide 🔍 Here are some key observations to aid the review process: <table> <tr><td>⏱️&nbsp;<strong>Estimated effort to review</strong>: 1 🔵⚪⚪⚪⚪</td></tr> <tr><td>🧪&nbsp;<strong>No relevant tests</strong></td></tr> <tr><td>🔒&nbsp;<strong>No security concerns identified</strong></td></tr> <tr><td>⚡&nbsp;<strong>Recommended focus areas for review</strong><br><br> <details><summary><a href='https://git.horstenkamp.eu/Screeps/screeps-deploy-action/src/branch/renovate/python-jsonschema-check-jsonschema-0.x/.pre-commit-config.yaml#L31-L32'><strong>Python compatibility</strong></a> The updated `check-jsonschema` hook dropped support for Python 3.9. Ensure that the environment running pre-commit uses a supported Python version (>= 3.10). </summary> ```yaml - repo: https://github.com/python-jsonschema/check-jsonschema rev: 0.37.0 ``` </details> </td></tr> </table>
Renovate merged commit 34cc58529b into main 2026-02-27 07:04:15 +01:00
Renovate deleted branch renovate/python-jsonschema-check-jsonschema-0.x 2026-02-27 07:04:15 +01:00
Sign in to join this conversation.