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

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/4246ba023a156178852f44f6a253a7199e4eaa06
  4246ba0 (mohrr@google.com)
      Replace remaining Path.join() calls

infra:
https://chromium.googlesource.com/infra/infra.git/+log/a7ce269f0cabea6fe52ac0137eca9416647fd680~..d03591414832d45c33cc64738eacaf1cd23583e4
  a7ce269 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll chromiumos/config from 947c69af8a60 to 50f425f4a5ab (1 rev...
  dfb460f (jstanko@google.com)
      ufs: Add supported_carriers to machine_lse
  f652865 (gregorynisbet@google.com)
      [fleetcost] Remove unnecessary newTransaction parameter.
  d035914 (jstanko@google.com)
      recovery: Add supported_carriers to model proto

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: I8890a9f7f60cf3bd7a63636653d9e6a3d46aeb74
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/5492643
Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
1 file changed
tree: b78b834b1fc3e06e51c5cd84c34b43dceddaa3c8
  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.