Skip to content

Commit a11c2ea

Browse files
test(deps): update dependency hashin to v1.0.5 (main) (#4615)
test(deps): update dependency hashin to v1.0.5 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9a98a51 commit a11c2ea

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
@@ -182,7 +182,7 @@ RUN install-tool conan 2.16.1
182182
# renovate: datasource=pypi
183183
RUN install-tool copier 9.7.1
184184
# renovate: datasource=pypi
185-
RUN install-tool hashin 1.0.3
185+
RUN install-tool hashin 1.0.5
186186
# renovate: datasource=pypi
187187
RUN install-tool pipenv 2025.0.2
188188
# renovate: datasource=pypi

test/python/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ RUN install-tool poetry 1.8.5
165165
FROM build-rootless AS testb
166166

167167
# renovate: datasource=pypi
168-
RUN install-tool hashin 1.0.3
168+
RUN install-tool hashin 1.0.5
169169

170170
RUN set -ex \
171171
&& cd f \

test/python/Dockerfile.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ RUN install-tool checkov 3.2.432
5454
FROM test-python AS test-hashin
5555

5656
# renovate: datasource=pypi
57-
RUN install-tool hashin 1.0.3
57+
RUN install-tool hashin 1.0.5
5858

5959
#--------------------------------------
6060
# Image: pipenv

0 commit comments

Comments
 (0)