Skip to content

Commit cf2a8bf

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

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
@@ -178,7 +178,7 @@ RUN install-tool pdm 2.19.3
178178
# renovate: datasource=pypi
179179
RUN install-tool poetry 1.8.4
180180
# renovate: datasource=pypi
181-
RUN install-tool uv 0.4.26
181+
RUN install-tool uv 0.4.27
182182

183183
#--------------------------------------
184184
# 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.4.1
9595
FROM test-python AS test-uv
9696

9797
# renovate: datasource=pypi
98-
RUN install-tool uv 0.4.26
98+
RUN install-tool uv 0.4.27
9999

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

0 commit comments

Comments
 (0)