Skip to content

Commit be0e807

Browse files
chore(deps): update all non-major dependencies (#888)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7fe9988 commit be0e807

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ repos:
6565
- id: hadolint-docker
6666

6767
- repo: https://github.com/DavidAnson/markdownlint-cli2
68-
rev: v0.20.0
68+
rev: v0.21.0
6969
hooks:
7070
- id: markdownlint-cli2
7171
args: [--fix]
@@ -95,7 +95,7 @@ repos:
9595
- id: taplo-format
9696

9797
- repo: https://github.com/astral-sh/uv-pre-commit
98-
rev: 0.10.2
98+
rev: 0.10.3
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.10.2@sha256:94a23af2d50e97b87b522d3cea24aaf8a1faedec1344c952767434f69585cbf9 AS uv
2+
FROM ghcr.io/astral-sh/uv:0.10.3@sha256:7a88d4c4e6f44200575000638453a5a381db0ae31ad5c3a51b14f8687c9d93a3 AS uv
33

44
##
55
# base

0 commit comments

Comments
 (0)