Skip to content

Commit b16fc00

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ repos:
7171
args: [--fix]
7272

7373
- repo: https://github.com/astral-sh/ruff-pre-commit
74-
rev: v0.14.10
74+
rev: v0.14.11
7575
hooks:
7676
- id: ruff
7777
types_or: [python, pyi, jupyter]
@@ -95,7 +95,7 @@ repos:
9595
- id: taplo-format
9696

9797
- repo: https://github.com/astral-sh/uv-pre-commit
98-
rev: 0.9.22
98+
rev: 0.9.24
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.22@sha256:2320e6c239737dc73cccce393a8bb89eba2383d17018ee91a59773df802c20e6 AS uv
2+
FROM ghcr.io/astral-sh/uv:0.9.24@sha256:816fdce3387ed2142e37d2e56e1b1b97ccc1ea87731ba199dc8a25c04e4997c5 AS uv
33

44
##
55
# base

0 commit comments

Comments
 (0)