Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 0ddd671

Browse files
Merge pull request #1016 from enechange/renovate/uv
chore(deps): update uv to v0.10.11
2 parents 02b3668 + b190c5f commit 0ddd671

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
}
3434
],
3535
"constraints": {
36-
"uv": "0.10.10"
36+
"uv": "0.10.11"
3737
},
3838
"labels": [
3939
"dependencies"

.mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ pinact = "3.9.0"
66
python = "3.14.3"
77
ruff = "0.15.6"
88
ty = "0.0.21"
9-
uv = "0.10.10"
9+
uv = "0.10.11"
1010
zizmor = "1.23.0"

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM dhi.io/python:3.14.3-debian13-dev@sha256:2761ee5c85ff4f96b19c22b2885eaef76b6a1f8227622bd08adc734a25483cb4 AS builder
22
WORKDIR /build/
3-
COPY --from=ghcr.io/astral-sh/uv:0.10.10@sha256:cbe0a44ba994e327b8fe7ed72beef1aaa7d2c4c795fd406d1dbf328bacb2f1c5 /uv /usr/local/bin/uv
3+
COPY --from=ghcr.io/astral-sh/uv:0.10.11@sha256:3472e43b4e738cf911c99d41bb34331280efad54c73b1def654a6227bb59b2b4 /uv /usr/local/bin/uv
44
COPY pyproject.toml uv.lock /build/
55
RUN uv sync --frozen --no-dev
66

0 commit comments

Comments
 (0)