Skip to content

Commit e7850a5

Browse files
chore(deps): update all non-major dependencies
1 parent 558edd9 commit e7850a5

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
@@ -71,7 +71,7 @@ repos:
7171
args: [--fix]
7272

7373
- repo: https://github.com/astral-sh/ruff-pre-commit
74-
rev: v0.15.6
74+
rev: v0.15.7
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.10.10
98+
rev: 0.10.12
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.10@sha256:cbe0a44ba994e327b8fe7ed72beef1aaa7d2c4c795fd406d1dbf328bacb2f1c5 AS uv
2+
FROM ghcr.io/astral-sh/uv:0.10.12@sha256:72ab0aeb448090480ccabb99fb5f52b0dc3c71923bffb5e2e26517a1c27b7fec AS uv
33

44
##
55
# base

0 commit comments

Comments
 (0)