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/8731529847857305585

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/dcaa6afa979c88bdcdb738f3ace849f5747c55e0
  dcaa6af (yiwzhang@google.com)
      gerrit_client: introduce add message command

infra:
https://chromium.googlesource.com/infra/infra.git/+log/1abdca33a715369f7a51df4091ee2ac15f0315ff~..b99e58cfd46b6acdb968fb6f751522939f454eff
  1abdca3 (dbeckett@google.com)
      sort results for output props
  b99e58c (josephsussman@google.com)
      recovery: Remove "amt_" from file names

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=bpastene@chromium.org

Recipe-Tryjob-Bypass-Reason: Autoroller
Ignore-Freeze: Autoroller
Bugdroid-Send-Email: False
Change-Id: Ia701cc7edb6edfc734d266b35b9b8319474cec48
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/6013223
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: 062142aa72b64826e4fc41e4f74c895505085312
  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
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.