Skip to content

Commit

Permalink
test(deps): update dependency uv to v0.5.9 (main) (#3804)
Browse files Browse the repository at this point in the history
test(deps): update dependency uv to v0.5.9

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 13, 2024
1 parent 30b0c8f commit e4d75e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.distro
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ RUN install-tool pdm 2.22.0
# renovate: datasource=pypi
RUN install-tool poetry 1.8.5
# renovate: datasource=pypi
RUN install-tool uv 0.5.8
RUN install-tool uv 0.5.9

#--------------------------------------
# Image: test-ruby
Expand Down
2 changes: 1 addition & 1 deletion test/python/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ RUN install-tool copier 9.4.1
FROM test-python AS test-uv

# renovate: datasource=pypi
RUN install-tool uv 0.5.8
RUN install-tool uv 0.5.9

#--------------------------------------
# Image: final
Expand Down

0 comments on commit e4d75e2

Please sign in to comment.