From 80b6f6cfe52f3b143d7534327688dbfbbae4ff33 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 01:11:17 +0000 Subject: [PATCH 1/2] chore(deps): update container_structure_test digest to 88e3e6d --- bazel/include/oci.MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazel/include/oci.MODULE.bazel b/bazel/include/oci.MODULE.bazel index d20cf75f..7ebaf11c 100644 --- a/bazel/include/oci.MODULE.bazel +++ b/bazel/include/oci.MODULE.bazel @@ -18,6 +18,6 @@ use_repo(oci, "ubuntu", "ubuntu_linux_amd64", "ubuntu_linux_arm64_v8") bazel_dep(name = "container_structure_test", version = "1.19.3", dev_dependency = True) git_override( module_name = "container_structure_test", - commit = "63ee63e15fae64f00b1c1ace1eb5cc99251b9e02", + commit = "88e3e6d83f2f6d15738edf9a7ca884ec94c84865", remote = "https://github.com/GoogleContainerTools/container-structure-test.git", ) From b8ea91348c8b94a1c3060e96fe94729b1b12878a Mon Sep 17 00:00:00 2001 From: "aspect-marvin[bot]" Date: Mon, 22 Dec 2025 01:26:12 +0000 Subject: [PATCH 2/2] Pre-commit changes --- .bcr/patches/remove_dev_deps.patch | 6 +++--- MODULE.bazel | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bcr/patches/remove_dev_deps.patch b/.bcr/patches/remove_dev_deps.patch index e3eef832..d9ab3b56 100644 --- a/.bcr/patches/remove_dev_deps.patch +++ b/.bcr/patches/remove_dev_deps.patch @@ -1,5 +1,5 @@ ---- a/MODULE.bazel 2025-12-11 15:32:06.556883760 -0800 -+++ b/MODULE.bazel 2025-12-11 15:32:06.556900451 -0800 +--- a/MODULE.bazel 2025-12-22 01:11:41.109342904 +0000 ++++ b/MODULE.bazel 2025-12-22 01:11:41.109342904 +0000 @@ -51,537 +51,3 @@ # HACK: In prod the includer's patch inserts the use_repo for multitool. This # solves the problem of needing a use_repo here in prod and below in dev. @@ -444,7 +444,7 @@ -bazel_dep(name = "container_structure_test", version = "1.19.3", dev_dependency = True) -git_override( - module_name = "container_structure_test", -- commit = "63ee63e15fae64f00b1c1ace1eb5cc99251b9e02", +- commit = "88e3e6d83f2f6d15738edf9a7ca884ec94c84865", - remote = "https://github.com/GoogleContainerTools/container-structure-test.git", -) - diff --git a/MODULE.bazel b/MODULE.bazel index 957ed25b..55d50780 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -491,7 +491,7 @@ use_repo(oci, "ubuntu", "ubuntu_linux_amd64", "ubuntu_linux_arm64_v8") bazel_dep(name = "container_structure_test", version = "1.19.3", dev_dependency = True) git_override( module_name = "container_structure_test", - commit = "63ee63e15fae64f00b1c1ace1eb5cc99251b9e02", + commit = "88e3e6d83f2f6d15738edf9a7ca884ec94c84865", remote = "https://github.com/GoogleContainerTools/container-structure-test.git", )