roll: pigweed 98c880b..c53611c (6 commits)

c53611c:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/270912 pw_string: Add missing dependency
9c7b530:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/270418 pw_bluetooth_proxy: Hold channels lock while using L2capChannel
56fe85e:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/267952 pw_uart_mcuxpresso: Implement FlushOutput for dma_uart_nonblocking
5eec1e4:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/270834 pw_json: Add missing dependency
f0082a3:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/269755 pw_bluetooth_proxy: Allow accessing gatt channel attribute handle
76e4c2b:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/270852 pw_bluetooth_sapphire: Set role for bt-host main thread

Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 98c880b6939db1..c53611c82e2e49
Roll-Count: 1
Roller-URL: https://cr-buildbucket.appspot.com/build/8722006639183946993
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: Ieaad15c52ffbe7f1b5068045eb326b1a60d7ffed
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/270774
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index a05ca25..55344b0 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -39,9 +39,9 @@
 git_override(
     module_name = "pigweed",
     # ROLL: Warning: this entry is automatically updated.
-    # ROLL: Last updated 2025-02-24.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8722017676362108593.
-    commit = "98c880b6939db11f67fa2d04cf780dc102193eae",
+    # ROLL: Last updated 2025-02-25.
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8722006639183946993.
+    commit = "c53611c82e2e49edd5501bd80c8a431b1986f655",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
 )