From e4d75e27ea400103bd8960a182da37cbf69938ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 23:40:18 +0000 Subject: [PATCH] test(deps): update dependency uv to v0.5.9 (main) (#3804) test(deps): update dependency uv to v0.5.9 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- test/Dockerfile.distro | 2 +- test/python/Dockerfile.arm64 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Dockerfile.distro b/test/Dockerfile.distro index be920a3eb..1681d944a 100644 --- a/test/Dockerfile.distro +++ b/test/Dockerfile.distro @@ -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 diff --git a/test/python/Dockerfile.arm64 b/test/python/Dockerfile.arm64 index bda4a8e64..d13756038 100644 --- a/test/python/Dockerfile.arm64 +++ b/test/python/Dockerfile.arm64 @@ -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