Skip to content

Commit 3438bdb

Browse files
test(deps): update dependency conan to v2.27.1 (main) (#6430)
test(deps): update dependency conan to v2.27.1 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d61af5e commit 3438bdb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

test/Dockerfile.distro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ RUN install-tool python 3.14.4
220220
# renovate: datasource=pypi
221221
RUN install-tool checkov 3.2.519
222222
# renovate: datasource=pypi
223-
RUN install-tool conan 2.27.0
223+
RUN install-tool conan 2.27.1
224224
# renovate: datasource=pypi
225225
RUN install-tool copier 9.14.3
226226
# renovate: datasource=pypi

test/python/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ RUN prepare-tool conan
223223
USER 12021
224224

225225
# renovate: datasource=pypi
226-
RUN install-tool conan 2.27.0
226+
RUN install-tool conan 2.27.1
227227

228228
RUN set -ex; \
229229
cd b-conan; \

test/python/Dockerfile.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ RUN install-tool poetry 2.3.3
7878
FROM test-python AS test-conan
7979

8080
# renovate: datasource=pypi
81-
RUN install-tool conan 2.27.0
81+
RUN install-tool conan 2.27.1
8282

8383
#--------------------------------------
8484
# Image: copier

0 commit comments

Comments
 (0)