roll: pigweed, pw_toolchain: pw_system: Add type annotation to pw_system.device.Device() write arg Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/229653 Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com> https://pigweed.googlesource.com/pigweed/pigweed pigweed, pw_toolchain Rolled-Commits: 5edaf2937867cf9..63604e695b9f10f Roller-URL: https://ci.chromium.org/b/8739581727190369921 GitWatcher: ignore CQ-Do-Not-Cancel-Tryjobs: true Change-Id: Ice236dfeb285dc5bf69304d19645b898cbcbd9ec Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/229616 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 dad1890..09a81af 100644 --- a/MODULE.bazel +++ b/MODULE.bazel
@@ -47,18 +47,18 @@ git_override( module_name = "pigweed", # ROLL: Warning: this entry is automatically updated. - # ROLL: Last updated 2024-08-14. - # ROLL: By https://cr-buildbucket.appspot.com/build/8739592373451515489. - commit = "5edaf2937867cf997a12df9775e1f5a3c100bc01", + # ROLL: Last updated 2024-08-15. + # ROLL: By https://cr-buildbucket.appspot.com/build/8739581727190369921. + commit = "63604e695b9f10f4e869732d90efd8d6b5d5fa7d", remote = "https://pigweed.googlesource.com/pigweed/pigweed", ) git_override( module_name = "pw_toolchain", # ROLL: Warning: this entry is automatically updated. - # ROLL: Last updated 2024-08-14. - # ROLL: By https://cr-buildbucket.appspot.com/build/8739592373451515489. - commit = "5edaf2937867cf997a12df9775e1f5a3c100bc01", + # ROLL: Last updated 2024-08-15. + # ROLL: By https://cr-buildbucket.appspot.com/build/8739581727190369921. + commit = "63604e695b9f10f4e869732d90efd8d6b5d5fa7d", remote = "https://pigweed.googlesource.com/pigweed/pigweed", strip_prefix = "pw_toolchain_bazel", )