From 569c081af4159100bfe7be97624da9ef9910d8c8 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 5 May 2026 20:39:51 -0700
Subject: [PATCH] Update prek dependencies (#3416)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Type | Update | Change | Pending |
|---|---|---|---|---|
|
[astral-sh/uv-pre-commit](https://redirect.github.com/astral-sh/uv-pre-commit)
| repository | patch | `0.11.7` → `0.11.8` | `0.11.10` (+1) |
| [crate-ci/typos](https://redirect.github.com/crate-ci/typos) |
repository | patch | `v1.45.1` → `v1.45.2` | `v1.46.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://redirect.github.com/renovatebot/renovate/discussions/new)
if you have any questions.
---
### Release Notes
astral-sh/uv-pre-commit (astral-sh/uv-pre-commit)
###
[`v0.11.8`](https://redirect.github.com/astral-sh/uv-pre-commit/releases/tag/0.11.8)
[Compare
Source](https://redirect.github.com/astral-sh/uv-pre-commit/compare/0.11.7...0.11.8)
See:
crate-ci/typos (crate-ci/typos)
###
[`v1.45.2`](https://redirect.github.com/crate-ci/typos/releases/tag/v1.45.2)
[Compare
Source](https://redirect.github.com/crate-ci/typos/compare/v1.45.1...v1.45.2)
##### \[1.45.2] - 2026-04-27
##### Fixes
- Ignore ssh
[`ed25519`](https://redirect.github.com/crate-ci/typos/commit/ed25519)
public keys
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- "before 4am on Wednesday"
- Automerge
- At any time (no schedule defined)
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, 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.
---
- [ ] 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/astral-sh/ty).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
.pre-commit-config.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 4080d4d..2cddcf2 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -10,7 +10,7 @@ exclude: |
repos:
# Priority 0: Read-only hooks; hooks that modify disjoint file types.
- repo: https://github.com/astral-sh/uv-pre-commit
- rev: 0.11.7
+ rev: 0.11.8
hooks:
- id: uv-lock
priority: 0
@@ -55,7 +55,7 @@ repos:
priority: 1
- repo: https://github.com/crate-ci/typos
- rev: v1.45.1
+ rev: v1.45.2
hooks:
- id: typos
priority: 0