Roll recipe dependencies (trivial).

This is an automated CL created by the recipe roller. This CL rolls
recipe changes from upstream projects (depot_tools, infra) into this repository.

The build that created this CL was
https://ci.chromium.org/b/8742669499074474049

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/794fd55a6de6501386e1dda1483844309137a4e9
  794fd55 (nqmtuan@google.com)
      [Depot tools] Deploy LUCICfg to 1.43.9

infra:
https://chromium.googlesource.com/infra/infra.git/+/64f6370d5237f730124edb40f58298bb63ec6ea2
  64f6370 (juahurta@google.com)
      kron: Attach kron-builder bbid as parentID

Please check the following references for more information:
- autoroller, https://chromium.googlesource.com/infra/luci/recipes-py/+/main/doc/workflow.md#autoroller
- rollback, https://chromium.googlesource.com/infra/luci/recipes-py/+/main/doc/workflow.md#rollback
- cross-repo dependencies, https://chromium.googlesource.com/infra/luci/recipes-py/+/main/doc/cross_repo.md

Use https://goo.gl/noib3a to file a bug.

R=gbeaty@chromium.org

Recipe-Tryjob-Bypass-Reason: Autoroller
Ignore-Freeze: Autoroller
Bugdroid-Send-Email: False
Change-Id: If4f889f19b7d8bef562970eab6fd24ccf934e02a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/5697943
Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
1 file changed
tree: accadfe22900c15c26e730d7b8a3920eb9f84d4f
  1. hook-scripts/
  2. infra/
  3. recipes/
  4. scripts/
  5. .gitattributes
  6. .gitignore
  7. .style.yapf
  8. .vpython3
  9. .yapfignore
  10. codereview.settings
  11. DEPS
  12. LICENSE
  13. OWNERS
  14. PRESUBMIT.py
  15. PRESUBMIT_test.py
  16. README.md
  17. WATCHLISTS
README.md

Recipes

If you're here to make a change to ‘recipes’ (the code located in the recipes directory), please take a look at the README for more information pertaining to recipes.

Style

The preferred style is PEP8 with two-space indent. Functions use lowercase_with_underscores, with the exception of the special functions RunSteps and RunTests in recipes. Use yapf (git cl format --no-clang-format) to autoformat new code.