roll: pigweed 45437e9..ecf027d (3 commits)

ecf027d:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/339755 pw_async2: Refactor channel management
bd5e1ca:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/340112 pw_allocator: Support deleting from derived pointers with virtual dtors
9d0be0a:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/340052 Revert "pw_bluetooth_proxy: Don't register channels for unknown connections"

Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 45437e9757e237..ecf027d02d7347
Roll-Count: 1
Roller-URL: https://cr-buildbucket.appspot.com/build/8699432656279250913
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: If05e1d8af3aa20673273cfac9716baa62518e0f8
Reviewed-on: https://pigweed-review.googlesource.com/c/zephyr/zephyr-bazel/+/340372
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/examples/hello_bazel/MODULE.bazel b/examples/hello_bazel/MODULE.bazel
index a06ee11..2b1960b 100644
--- a/examples/hello_bazel/MODULE.bazel
+++ b/examples/hello_bazel/MODULE.bazel
@@ -25,9 +25,9 @@
 git_override(
     module_name = "pigweed",
     # ROLL: Warning: this entry is automatically updated.
-    # ROLL: Last updated 2025-10-31.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8699533020856794241.
-    commit = "45437e9757e23735e883ce2966fa1d12d16c4ca3",
+    # ROLL: Last updated 2025-11-01.
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8699432656279250913.
+    commit = "ecf027d02d7347681cbc855b4d579d6967abacd2",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
 )