Skip to content

Commit dde76dc

Browse files
chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.33.3 (#95)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [python-jsonschema/check-jsonschema](https://redirect.github.com/python-jsonschema/check-jsonschema) | repository | patch | `0.33.0` -> `0.33.3` | 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://redirect.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.33.3`](https://redirect.github.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0333) [Compare Source](https://redirect.github.com/python-jsonschema/check-jsonschema/compare/0.33.2...0.33.3) - Update vendored schemas: bitbucket-pipelines, buildkite, compose-spec, dependabot, github-actions, gitlab-ci, meltano, mergify, renovate, taskfile, woodpecker-ci (2025-08-17) ### [`v0.33.2`](https://redirect.github.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0332) [Compare Source](https://redirect.github.com/python-jsonschema/check-jsonschema/compare/0.33.1...0.33.2) - Update vendored schemas: bitbucket-pipelines, mergify, renovate (2025-06-29) - Fix a bug in the evaluation of the `date-time` format on non-string data, which incorrectly rejected values for which `string` was one of several valid types. Thanks :user:`katylava`! (:issue:`571`) ### [`v0.33.1`](https://redirect.github.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0331) [Compare Source](https://redirect.github.com/python-jsonschema/check-jsonschema/compare/0.33.0...0.33.1) - Update vendored schemas: bamboo-spec, bitbucket-pipelines, circle-ci, cloudbuild, compose-spec, dependabot, drone-ci, github-actions, github-workflows, gitlab-ci, mergify, readthedocs, renovate, taskfile, travis, woodpecker-ci (2025-06-22) - Fix: support `click==8.2.0` - Fix a bug in `Last-Modified` header parsing which used local time and could result in improper caching. Thanks :user:`fenuks`! (:pr:`565`) </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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/codegen-sh/graph-sitter). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e6c66e7 commit dde76dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ repos:
4747
- id: check-merge-conflict
4848

4949
- repo: https://github.com/python-jsonschema/check-jsonschema
50-
rev: 0.33.0
50+
rev: 0.33.3
5151
hooks:
5252
- id: check-github-workflows
5353
- id: check-github-actions

0 commit comments

Comments
 (0)