Skip to content

Commit 91fa71a

Browse files
test(deps): update dependency uv to v0.10.11 (main) (#6218)
test(deps): update dependency uv to v0.10.11 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 69b5902 commit 91fa71a

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
@@ -232,7 +232,7 @@ RUN install-tool pdm 2.26.6
232232
# renovate: datasource=pypi
233233
RUN install-tool poetry 2.3.2
234234
# renovate: datasource=pypi
235-
RUN install-tool uv 0.10.10
235+
RUN install-tool uv 0.10.11
236236

237237
#--------------------------------------
238238
# 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.14.0
9595
FROM test-python AS test-uv
9696

9797
# renovate: datasource=pypi
98-
RUN install-tool uv 0.10.10
98+
RUN install-tool uv 0.10.11
9999

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

0 commit comments

Comments
 (0)