Skip to content

Commit 2a6b88d

Browse files
test(deps): update dependency uv to v0.11.4 (main) (#6371)
test(deps): update dependency uv to v0.11.4 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d4872ba commit 2a6b88d

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.7
232232
# renovate: datasource=pypi
233233
RUN install-tool poetry 2.3.3
234234
# renovate: datasource=pypi
235-
RUN install-tool uv 0.11.3
235+
RUN install-tool uv 0.11.4
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.1
9595
FROM test-python AS test-uv
9696

9797
# renovate: datasource=pypi
98-
RUN install-tool uv 0.11.3
98+
RUN install-tool uv 0.11.4
9999

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

0 commit comments

Comments
 (0)