Roll recipe dependencies (trivial).

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

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

infra:
https://chromium.googlesource.com/infra/infra.git/+log/3599a68b1bd6ee6d90daa28717fd1e84204a2a73~..ea522b98521ddbc17858a7c6bf1df261fdd1b2de
  3599a68 (fancl@chromium.org)
      Migrate errors.Annotate to errors.Fmt in libs/skylab
  6a81b3a (fancl@chromium.org)
      Migrate errors.Annotate to errors.Fmt in tools/dirmd
  1a2fa19 (fancl@chromium.org)
      Migrate errors.Annotate to errors.Fmt in tools/result_adapter
  3fa9dd0 (fancl@chromium.org)
      Migrate errors.Annotate to errors.Fmt in tools/git
  209f7fa (fancl@chromium.org)
      Migrate errors.Annotate to errors.Fmt in cros/servo
  ea522b9 (phoenixshen@google.com)
      Add python wheel for colorlog 6.10.1

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: I4330532632e0b0eb3c6670659f2fa0bb266c5d75
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/8114269
Bot-Commit: recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Commit-Queue: recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
1 file changed
tree: 043ca2a733427b0eeb04120dec32dd0fa472a257
  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. GEMINI.md
  13. LICENSE
  14. OWNERS
  15. PRESUBMIT.py
  16. pyproject.toml
  17. 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.