From 8639abb124db06cd221fbbd89dbecb3621411b54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 02:32:57 +0000 Subject: [PATCH 1/2] chore(deps): update container_structure_test digest to 63ee63e --- 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 e7213962..eb8f46af 100644 --- a/bazel/include/oci.MODULE.bazel +++ b/bazel/include/oci.MODULE.bazel @@ -18,7 +18,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 = "89353131caa8b28f73bb5aa67e91cf5b1b5b5650", + commit = "63ee63e15fae64f00b1c1ace1eb5cc99251b9e02", remote = "https://github.com/GoogleContainerTools/container-structure-test.git", ) From 8e69702c959dee132a2827c0bfc63852a52c97f0 Mon Sep 17 00:00:00 2001 From: "aspect-marvin[bot]" Date: Mon, 17 Nov 2025 02:48:28 +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 12a931a8..b72cc13e 100644 --- a/.bcr/patches/remove_dev_deps.patch +++ b/.bcr/patches/remove_dev_deps.patch @@ -1,5 +1,5 @@ ---- a/MODULE.bazel 2025-11-08 19:15:08 -+++ b/MODULE.bazel 2025-11-08 19:15:08 +--- a/MODULE.bazel 2025-11-17 02:33:19.695668411 +0000 ++++ b/MODULE.bazel 2025-11-17 02:33:19.695668411 +0000 @@ -40,558 +40,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. @@ -449,7 +449,7 @@ -bazel_dep(name = "container_structure_test", version = "1.19.3", dev_dependency = True) -git_override( - module_name = "container_structure_test", -- commit = "89353131caa8b28f73bb5aa67e91cf5b1b5b5650", +- commit = "63ee63e15fae64f00b1c1ace1eb5cc99251b9e02", - remote = "https://github.com/GoogleContainerTools/container-structure-test.git", -) - diff --git a/MODULE.bazel b/MODULE.bazel index 23910a46..e156fcfb 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -485,7 +485,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 = "89353131caa8b28f73bb5aa67e91cf5b1b5b5650", + commit = "63ee63e15fae64f00b1c1ace1eb5cc99251b9e02", remote = "https://github.com/GoogleContainerTools/container-structure-test.git", )