Skip to content

Commit bcb8205

Browse files
fix(deps): update dependency astral-sh/uv (0.11.28 → 0.11.29) (#1657)
| datasource | package | from | to | | --------------- | ------------ | ------- | ------- | | github-releases | astral-sh/uv | 0.11.28 | 0.11.29 |
1 parent 8203735 commit bcb8205

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.4.1"
99

1010
# renovate: datasource=github-releases depName=astral-sh/uv versioning=semver
11-
ARG UV_VERSION="0.11.28"
11+
ARG UV_VERSION="0.11.29"
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.4.1"
99

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

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

0 commit comments

Comments
 (0)