Skip to content

Commit 3705390

Browse files
chore(deps): update container_structure_test digest to 63ee63e (#716)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | container_structure_test | git_override | digest | `8935313` -> `63ee63e` | --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/aspect-build/rules_py). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQyLjE2LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcHMiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: aspect-marvin[bot] <marvin@aspect.build>
1 parent 5691f04 commit 3705390

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.bcr/patches/remove_dev_deps.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
--- a/MODULE.bazel 2025-11-17 02:33:20.184254871 +0000
2-
+++ b/MODULE.bazel 2025-11-17 02:33:20.184254871 +0000
1+
--- a/MODULE.bazel 2025-11-19 19:09:45.780615637 +0000
2+
+++ b/MODULE.bazel 2025-11-19 19:09:45.780615637 +0000
33
@@ -40,558 +40,3 @@
44
# HACK: In prod the includer's patch inserts the use_repo for multitool. This
55
# solves the problem of needing a use_repo here in prod and below in dev.
@@ -449,7 +449,7 @@
449449
-bazel_dep(name = "container_structure_test", version = "1.19.3", dev_dependency = True)
450450
-git_override(
451451
- module_name = "container_structure_test",
452-
- commit = "89353131caa8b28f73bb5aa67e91cf5b1b5b5650",
452+
- commit = "63ee63e15fae64f00b1c1ace1eb5cc99251b9e02",
453453
- remote = "https://github.com/GoogleContainerTools/container-structure-test.git",
454454
-)
455455
-

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ use_repo(oci, "ubuntu", "ubuntu_linux_amd64", "ubuntu_linux_arm64_v8")
485485
bazel_dep(name = "container_structure_test", version = "1.19.3", dev_dependency = True)
486486
git_override(
487487
module_name = "container_structure_test",
488-
commit = "89353131caa8b28f73bb5aa67e91cf5b1b5b5650",
488+
commit = "63ee63e15fae64f00b1c1ace1eb5cc99251b9e02",
489489
remote = "https://github.com/GoogleContainerTools/container-structure-test.git",
490490
)
491491

bazel/include/oci.MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ use_repo(oci, "ubuntu", "ubuntu_linux_amd64", "ubuntu_linux_arm64_v8")
1818
bazel_dep(name = "container_structure_test", version = "1.19.3", dev_dependency = True)
1919
git_override(
2020
module_name = "container_structure_test",
21-
commit = "89353131caa8b28f73bb5aa67e91cf5b1b5b5650",
21+
commit = "63ee63e15fae64f00b1c1ace1eb5cc99251b9e02",
2222
remote = "https://github.com/GoogleContainerTools/container-structure-test.git",
2323
)
2424

0 commit comments

Comments
 (0)