Skip to content

Commit 1641771

Browse files
test(deps): update dependency uv to v0.10.0 (main) (#5904)
test(deps): update dependency uv to v0.10.0 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1869199 commit 1641771

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.30
209+
RUN install-tool uv 0.10.0
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.30
98+
RUN install-tool uv 0.10.0
9999

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

0 commit comments

Comments
 (0)