Skip to content

Commit 28857ec

Browse files
test(deps): update dependency uv to v0.9.30 (main) (#5898)
test(deps): update dependency uv to v0.9.30 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e96ca08 commit 28857ec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/Dockerfile.distro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ RUN install-tool pdm 2.26.6
206206
# renovate: datasource=pypi
207207
RUN install-tool poetry 2.3.2
208208
# renovate: datasource=pypi
209-
RUN install-tool uv 0.9.29
209+
RUN install-tool uv 0.9.30
210210

211211
#--------------------------------------
212212
# Image: test-ruby

test/python/Dockerfile.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ RUN install-tool copier 9.11.3
9595
FROM test-python AS test-uv
9696

9797
# renovate: datasource=pypi
98-
RUN install-tool uv 0.9.29
98+
RUN install-tool uv 0.9.30
9999

100100
#--------------------------------------
101101
# Image: final

0 commit comments

Comments
 (0)