Skip to content

Commit e96ca08

Browse files
test(deps): update dependency conan to v2.25.2 (main) (#5897)
test(deps): update dependency conan to v2.25.2 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent aedee00 commit e96ca08

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
@@ -194,7 +194,7 @@ RUN install-tool python 3.14.2
194194
# renovate: datasource=pypi
195195
RUN install-tool checkov 3.2.500
196196
# renovate: datasource=pypi
197-
RUN install-tool conan 2.25.1
197+
RUN install-tool conan 2.25.2
198198
# renovate: datasource=pypi
199199
RUN install-tool copier 9.11.3
200200
# 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.25.1
226+
RUN install-tool conan 2.25.2
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.2
7878
FROM test-python AS test-conan
7979

8080
# renovate: datasource=pypi
81-
RUN install-tool conan 2.25.1
81+
RUN install-tool conan 2.25.2
8282

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

0 commit comments

Comments
 (0)