Skip to content

Commit 525192e

Browse files
fix(deps): update dependency astral-sh/uv (0.9.29 → 0.9.30) (#1543)
| datasource | package | from | to | | --------------- | ------------ | ------ | ------ | | github-releases | astral-sh/uv | 0.9.29 | 0.9.30 |
1 parent 6e565fd commit 525192e

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.9.29"
11+
ARG UV_VERSION="0.9.30"
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.9.29"
11+
ARG UV_VERSION="0.9.30"
1212

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

0 commit comments

Comments
 (0)