From d73676276dc6b3751c0315b5ac4507b630003246 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 17:39:28 +0000 Subject: [PATCH] test(deps): update dependency conan to v2.9.0 (main) (#3518) test(deps): update dependency conan to v2.9.0 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- test/Dockerfile.distro | 2 +- test/python/Dockerfile | 2 +- test/python/Dockerfile.arm64 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/Dockerfile.distro b/test/Dockerfile.distro index a343f24d0..1e9954a54 100644 --- a/test/Dockerfile.distro +++ b/test/Dockerfile.distro @@ -166,7 +166,7 @@ RUN install-tool python 3.12.7 # renovate: datasource=pypi RUN install-tool checkov 3.2.269 # renovate: datasource=pypi -RUN install-tool conan 2.8.1 +RUN install-tool conan 2.9.0 # renovate: datasource=pypi RUN install-tool copier 9.4.1 # renovate: datasource=pypi diff --git a/test/python/Dockerfile b/test/python/Dockerfile index 35a0c7226..823fa5ebd 100644 --- a/test/python/Dockerfile +++ b/test/python/Dockerfile @@ -216,7 +216,7 @@ RUN prepare-tool conan USER 12021 # renovate: datasource=pypi -RUN install-tool conan 2.8.1 +RUN install-tool conan 2.9.0 RUN set -ex; \ cd b-conan; \ diff --git a/test/python/Dockerfile.arm64 b/test/python/Dockerfile.arm64 index 3b9bb34aa..eb0fb7bd5 100644 --- a/test/python/Dockerfile.arm64 +++ b/test/python/Dockerfile.arm64 @@ -78,7 +78,7 @@ RUN install-tool poetry 1.8.4 FROM test-python AS test-conan # renovate: datasource=pypi -RUN install-tool conan 2.8.1 +RUN install-tool conan 2.9.0 #-------------------------------------- # Image: copier