Skip to content

Commit a1b6b83

Browse files
test(deps): update dependency uv to v0.11.7
1 parent bb8dc80 commit a1b6b83

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
@@ -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.6
235+
RUN install-tool uv 0.11.7
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.3
9595
FROM test-python AS test-uv
9696

9797
# renovate: datasource=pypi
98-
RUN install-tool uv 0.11.6
98+
RUN install-tool uv 0.11.7
9999

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

0 commit comments

Comments
 (0)