This repository was archived by the owner on Apr 1, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 }
3434 ],
3535 "constraints" : {
36- "uv" : " 0.10.10 "
36+ "uv" : " 0.10.11 "
3737 },
3838 "labels" : [
3939 " dependencies"
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ pinact = "3.9.0"
66python = " 3.14.3"
77ruff = " 0.15.6"
88ty = " 0.0.21"
9- uv = " 0.10.10 "
9+ uv = " 0.10.11 "
1010zizmor = " 1.23.0"
Original file line number Diff line number Diff line change 11FROM dhi.io/python:3.14.3-debian13-dev@sha256:2761ee5c85ff4f96b19c22b2885eaef76b6a1f8227622bd08adc734a25483cb4 AS builder
22WORKDIR /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
44COPY pyproject.toml uv.lock /build/
55RUN uv sync --frozen --no-dev
66
You can’t perform that action at this time.
0 commit comments