From e117b236192f08d3a28888db3d785a5e060cf1e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 19:16:12 +0000 Subject: [PATCH] test(deps): update dependency copier to v9.8.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 83df716b4b..d9858da283 100644 --- a/test/Dockerfile.distro +++ b/test/Dockerfile.distro @@ -180,7 +180,7 @@ RUN install-tool checkov 3.2.447 # renovate: datasource=pypi RUN install-tool conan 2.18.1 # renovate: datasource=pypi -RUN install-tool copier 9.7.1 +RUN install-tool copier 9.8.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 c108a6939e..cd0adb38c0 100644 --- a/test/python/Dockerfile.arm64 +++ b/test/python/Dockerfile.arm64 @@ -86,7 +86,7 @@ RUN install-tool conan 2.18.1 FROM test-python AS test-copier # renovate: datasource=pypi -RUN install-tool copier 9.7.1 +RUN install-tool copier 9.8.0 #--------------------------------------