Skip to content

Commit a7f1fc9

Browse files
test(deps): update dependency uv to v0.11.20 (main) (#6863)
test(deps): update dependency uv to v0.11.20 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cc9de34 commit a7f1fc9

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
@@ -246,7 +246,7 @@ RUN install-tool pdm 2.27.0
246246
# renovate: datasource=pypi
247247
RUN install-tool poetry 2.4.1
248248
# renovate: datasource=pypi
249-
RUN install-tool uv 0.11.19
249+
RUN install-tool uv 0.11.20
250250

251251
#--------------------------------------
252252
# Image: test-ruby

test/python/Dockerfile.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ RUN install-tool copier 9.15.1
103103
FROM test-python AS test-uv
104104

105105
# renovate: datasource=pypi
106-
RUN install-tool uv 0.11.19
106+
RUN install-tool uv 0.11.20
107107

108108
#--------------------------------------
109109
# Image: final

0 commit comments

Comments
 (0)