Skip to content

Commit 5e93aac

Browse files
chore(deps): update all non-major dependencies (#750)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3910b09 commit 5e93aac

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ repos:
5050
- id: gitleaks
5151

5252
- repo: https://github.com/rhysd/actionlint
53-
rev: v1.7.8
53+
rev: v1.7.9
5454
hooks:
5555
- id: actionlint
5656

5757
- repo: https://github.com/editorconfig-checker/editorconfig-checker
58-
rev: v3.4.1
58+
rev: v3.5.0
5959
hooks:
6060
- id: editorconfig-checker
6161

@@ -95,7 +95,7 @@ repos:
9595
- id: taplo-format
9696

9797
- repo: https://github.com/astral-sh/uv-pre-commit
98-
rev: 0.9.10
98+
rev: 0.9.11
9999
hooks:
100100
- id: uv-lock
101101

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# hadolint global ignore=DL3008
2-
FROM ghcr.io/astral-sh/uv:0.9.10@sha256:29bd45092ea8902c0bbb7f0a338f0494a382b1f4b18355df5be270ade679ff1d AS uv
2+
FROM ghcr.io/astral-sh/uv:0.9.11@sha256:5aa820129de0a600924f166aec9cb51613b15b68f1dcd2a02f31a500d2ede568 AS uv
33

44
##
55
# base

0 commit comments

Comments
 (0)