roll: pigweed dfd05cc..813fe27 (7 commits)

813fe27:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/268877 pw_async2: Add new PendFuncAwaitable utility class
72591b2:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/264645 pw_allocator: Refactor block tests to be generic
b4e66e6:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/269292 bluetooth: Fix AVDTP dynamic size
15b0072:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/269293 pw_env_setup: PyPI version bump to 0.0.21
b563e5b:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/267612 pw_bloat: Build Bazel size reports with a specified platform
c0e69a9:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/268974 pw_ide: Better orphaned file feedback
fcd6de2:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/269213 pw_protobuf: Fix examples in docs

Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: dfd05cce49bb8f..813fe272d52a81
Roll-Count: 1
Roller-URL: https://cr-buildbucket.appspot.com/build/8722457412291831409
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: Iaf33cce580d1bced046715dddd30b9dbb10ff0b9
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/269140
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index da3d226..6e0cc41 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -40,9 +40,9 @@
 git_override(
     module_name = "pigweed",
     # ROLL: Warning: this entry is automatically updated.
-    # ROLL: Last updated 2025-02-19.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8722468283702714897.
-    commit = "dfd05cce49bb8fb35197c7264354aa9ee67fd8d3",
+    # ROLL: Last updated 2025-02-20.
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8722457412291831409.
+    commit = "813fe272d52a81bbeb774a3d307086138db7bf8b",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
 )