Skip to content

Commit 21d5940

Browse files
test(deps): update dependency conan to v2.26.2 (main) (#6120)
test(deps): update dependency conan to v2.26.2 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9c624f0 commit 21d5940

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/Dockerfile.distro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ RUN install-tool python 3.14.3
218218
# renovate: datasource=pypi
219219
RUN install-tool checkov 3.2.505
220220
# renovate: datasource=pypi
221-
RUN install-tool conan 2.26.1
221+
RUN install-tool conan 2.26.2
222222
# renovate: datasource=pypi
223223
RUN install-tool copier 9.12.0
224224
# 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.26.1
226+
RUN install-tool conan 2.26.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.26.1
81+
RUN install-tool conan 2.26.2
8282

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

0 commit comments

Comments
 (0)