From 5ba87a8bc73bf6dc963d5b751d43ecc5c1f36a84 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 13:58:53 +0000 Subject: [PATCH] test(deps): update dependency copier to v9.14.0 --- 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 d14bd30935..cbbe121a75 100644 --- a/test/Dockerfile.distro +++ b/test/Dockerfile.distro @@ -222,7 +222,7 @@ RUN install-tool checkov 3.2.508 # renovate: datasource=pypi RUN install-tool conan 2.26.2 # renovate: datasource=pypi -RUN install-tool copier 9.13.1 +RUN install-tool copier 9.14.0 # renovate: datasource=pypi RUN install-tool hashin 1.0.5 # renovate: datasource=pypi diff --git a/test/python/Dockerfile.arm64 b/test/python/Dockerfile.arm64 index 1953f1b967..9fc458a3d7 100644 --- a/test/python/Dockerfile.arm64 +++ b/test/python/Dockerfile.arm64 @@ -86,7 +86,7 @@ RUN install-tool conan 2.26.2 FROM test-python AS test-copier # renovate: datasource=pypi -RUN install-tool copier 9.13.1 +RUN install-tool copier 9.14.0 #--------------------------------------