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

Commit 37c1c16

Browse files
Merge pull request #1061 from enechange/renovate/uv
chore(deps): update uv to v0.11.2
2 parents d99ec73 + 8871055 commit 37c1c16

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.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.11.1"
36+
"uv": "0.11.2"
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.8"
88
ty = "0.0.21"
9-
uv = "0.11.1"
9+
uv = "0.11.2"
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:5e79fe77bdf98210f443d4a79fc87ad2c4da3e7047432752ba0a38094ac3b6fa AS builder
22
WORKDIR /build/
3-
COPY --from=ghcr.io/astral-sh/uv:0.11.1@sha256:fc93e9ecd7218e9ec8fba117af89348eef8fd2463c50c13347478769aaedd0ce /uv /usr/local/bin/uv
3+
COPY --from=ghcr.io/astral-sh/uv:0.11.2@sha256:c4f5de312ee66d46810635ffc5df34a1973ba753e7241ce3a08ef979ddd7bea5 /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)