Skip to content

Commit 4f9dbbf

Browse files
test(deps): update dependency uv to v0.8.14 (main) (#4919)
test(deps): update dependency uv to v0.8.14 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1c18212 commit 4f9dbbf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/Dockerfile.distro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ RUN install-tool pdm 2.25.9
190190
# renovate: datasource=pypi
191191
RUN install-tool poetry 2.1.4
192192
# renovate: datasource=pypi
193-
RUN install-tool uv 0.8.13
193+
RUN install-tool uv 0.8.14
194194

195195
#--------------------------------------
196196
# 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.10.1
9595
FROM test-python AS test-uv
9696

9797
# renovate: datasource=pypi
98-
RUN install-tool uv 0.8.13
98+
RUN install-tool uv 0.8.14
9999

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

0 commit comments

Comments
 (0)