Skip to content

Commit 4750de6

Browse files
⬆️🪝 Update patch versions (#130)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [adhtruong/mirrors-typos](https://redirect.github.com/adhtruong/mirrors-typos) | repository | patch | `v1.42.1` → `v1.42.3` | | [astral-sh/uv-pre-commit](https://redirect.github.com/astral-sh/uv-pre-commit) | repository | patch | `0.9.26` → `0.9.28` | | [python-jsonschema/check-jsonschema](https://redirect.github.com/python-jsonschema/check-jsonschema) | repository | patch | `0.36.0` → `0.36.1` | 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>adhtruong/mirrors-typos (adhtruong/mirrors-typos)</summary> ### [`v1.42.3`](https://redirect.github.com/adhtruong/mirrors-typos/compare/v1.42.2...v1.42.3) [Compare Source](https://redirect.github.com/adhtruong/mirrors-typos/compare/v1.42.2...v1.42.3) ### [`v1.42.2`](https://redirect.github.com/adhtruong/mirrors-typos/compare/v1.42.1...v1.42.2) [Compare Source](https://redirect.github.com/adhtruong/mirrors-typos/compare/v1.42.1...v1.42.2) </details> <details> <summary>astral-sh/uv-pre-commit (astral-sh/uv-pre-commit)</summary> ### [`v0.9.28`](https://redirect.github.com/astral-sh/uv-pre-commit/releases/tag/0.9.28) [Compare Source](https://redirect.github.com/astral-sh/uv-pre-commit/compare/0.9.27...0.9.28) See: <https://github.com/astral-sh/uv/releases/tag/0.9.28> ### [`v0.9.27`](https://redirect.github.com/astral-sh/uv-pre-commit/releases/tag/0.9.27) [Compare Source](https://redirect.github.com/astral-sh/uv-pre-commit/compare/0.9.26...0.9.27) See: <https://github.com/astral-sh/uv/releases/tag/0.9.27> </details> <details> <summary>python-jsonschema/check-jsonschema (python-jsonschema/check-jsonschema)</summary> ### [`v0.36.1`](https://redirect.github.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0361) [Compare Source](https://redirect.github.com/python-jsonschema/check-jsonschema/compare/0.36.0...0.36.1) - Update vendored schemas: buildkite, circle-ci, dependabot, github-issue-forms, github-workflows, gitlab-ci, mergify, readthedocs, renovate, snapcraft, taskfile (2026-01-25) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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/munich-quantum-toolkit/ionshuttler). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicHJlLWNvbW1pdCJdfQ==--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 36db7ec commit 4750de6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ repos:
5959

6060
# Ensure uv lock file is up-to-date
6161
- repo: https://github.com/astral-sh/uv-pre-commit
62-
rev: 0.9.26
62+
rev: 0.9.28
6363
hooks:
6464
- id: uv-lock
6565

@@ -99,7 +99,7 @@ repos:
9999

100100
# Check for spelling
101101
- repo: https://github.com/adhtruong/mirrors-typos
102-
rev: v1.42.1
102+
rev: v1.42.3
103103
hooks:
104104
- id: typos
105105

@@ -121,7 +121,7 @@ repos:
121121

122122
# Check JSON schemata
123123
- repo: https://github.com/python-jsonschema/check-jsonschema
124-
rev: 0.36.0
124+
rev: 0.36.1
125125
hooks:
126126
- id: check-dependabot
127127
- id: check-github-workflows

0 commit comments

Comments
 (0)