From 949dd1037ff1065c23b79a9685d624fe5c8b60ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 12:32:30 +0000 Subject: [PATCH] test(deps): update dependency copier to v9.14.1 --- 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 06ebd2be2e..1c7fad090e 100644 --- a/test/Dockerfile.distro +++ b/test/Dockerfile.distro @@ -222,7 +222,7 @@ RUN install-tool checkov 3.2.510 # renovate: datasource=pypi RUN install-tool conan 2.27.0 # renovate: datasource=pypi -RUN install-tool copier 9.14.0 +RUN install-tool copier 9.14.1 # 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 c2dfe41208..aca3d84f9c 100644 --- a/test/python/Dockerfile.arm64 +++ b/test/python/Dockerfile.arm64 @@ -86,7 +86,7 @@ RUN install-tool conan 2.27.0 FROM test-python AS test-copier # renovate: datasource=pypi -RUN install-tool copier 9.14.0 +RUN install-tool copier 9.14.1 #--------------------------------------