Skip to content

Commit 6ae5737

Browse files
fix(deps): update dependency astral-sh/uv (0.9.26 → 0.9.27) (#1524)
| datasource | package | from | to | | --------------- | ------------ | ------ | ------ | | github-releases | astral-sh/uv | 0.9.26 | 0.9.27 |
1 parent 8c5598d commit 6ae5737

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

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

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

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

0 commit comments

Comments
 (0)