Skip to content

Commit aa07537

Browse files
fix(deps): update dependency astral-sh/uv (0.10.3 → 0.10.4) (#1555)
| datasource | package | from | to | | --------------- | ------------ | ------ | ------ | | github-releases | astral-sh/uv | 0.10.3 | 0.10.4 |
1 parent c2911ba commit aa07537

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

base-python/3.12.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG APPUSER_GID="1000"
88
ARG POETRY_VERSION="2.3.2"
99

1010
# renovate: datasource=github-releases depName=astral-sh/uv versioning=semver
11-
ARG UV_VERSION="0.10.3"
11+
ARG UV_VERSION="0.10.4"
1212

1313
ENV LANG="C.UTF-8" \
1414
LC_ALL="C.UTF-8" \

base-python/3.13.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG APPUSER_GID="1000"
88
ARG POETRY_VERSION="2.3.2"
99

1010
# renovate: datasource=github-releases depName=astral-sh/uv versioning=semver
11-
ARG UV_VERSION="0.10.3"
11+
ARG UV_VERSION="0.10.4"
1212

1313
ENV LANG="C.UTF-8" \
1414
LC_ALL="C.UTF-8" \

0 commit comments

Comments
 (0)