Roll recipe dependencies (trivial).

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

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

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e50bb42b1a1dab196c7bd93ead39851b1499229d~..832d422ec4d5ea38f7a8eac941557d82a568666f
  e50bb42 (msta@google.com)
      Add a directory for jj configuration and tools.
  fb0b652 (msta@google.com)
      Add drubery@ as owner of depot_tools jj directory.
  832d422 (liaoyuke@chromium.org)
      Forward -h/--help to siso binary as help command to show siso's...

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=borenet@google.com

Recipe-Tryjob-Bypass-Reason: Autoroller
Ignore-Freeze: Autoroller
Bugdroid-Send-Email: False
Change-Id: I925f55a795c2a51ae58880ac6071212977a26f43
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/1140496
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>
diff --git a/infra/bots/README.recipes.md b/infra/bots/README.recipes.md
index d2cf6e9..2f95ee4 100644
--- a/infra/bots/README.recipes.md
+++ b/infra/bots/README.recipes.md
@@ -531,11 +531,11 @@
 
 &mdash; **def [RunSteps](/infra/bots/recipe_modules/xcode/examples/full.py#14)(api):**
 
-[depot_tools/recipe_modules/bot_update]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/7c837b993aba7a5efbd5ca6f00271f2df7d1e495/recipes/README.recipes.md#recipe_modules-bot_update
-[depot_tools/recipe_modules/gclient]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/7c837b993aba7a5efbd5ca6f00271f2df7d1e495/recipes/README.recipes.md#recipe_modules-gclient
-[depot_tools/recipe_modules/git]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/7c837b993aba7a5efbd5ca6f00271f2df7d1e495/recipes/README.recipes.md#recipe_modules-git
-[depot_tools/recipe_modules/gitiles]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/7c837b993aba7a5efbd5ca6f00271f2df7d1e495/recipes/README.recipes.md#recipe_modules-gitiles
-[depot_tools/recipe_modules/tryserver]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/7c837b993aba7a5efbd5ca6f00271f2df7d1e495/recipes/README.recipes.md#recipe_modules-tryserver
+[depot_tools/recipe_modules/bot_update]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/832d422ec4d5ea38f7a8eac941557d82a568666f/recipes/README.recipes.md#recipe_modules-bot_update
+[depot_tools/recipe_modules/gclient]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/832d422ec4d5ea38f7a8eac941557d82a568666f/recipes/README.recipes.md#recipe_modules-gclient
+[depot_tools/recipe_modules/git]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/832d422ec4d5ea38f7a8eac941557d82a568666f/recipes/README.recipes.md#recipe_modules-git
+[depot_tools/recipe_modules/gitiles]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/832d422ec4d5ea38f7a8eac941557d82a568666f/recipes/README.recipes.md#recipe_modules-gitiles
+[depot_tools/recipe_modules/tryserver]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/832d422ec4d5ea38f7a8eac941557d82a568666f/recipes/README.recipes.md#recipe_modules-tryserver
 [recipe_engine/recipe_modules/cipd]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/45727a04348d66d39f815d2901c9162f875fbcae/README.recipes.md#recipe_modules-cipd
 [recipe_engine/recipe_modules/context]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/45727a04348d66d39f815d2901c9162f875fbcae/README.recipes.md#recipe_modules-context
 [recipe_engine/recipe_modules/file]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/45727a04348d66d39f815d2901c9162f875fbcae/README.recipes.md#recipe_modules-file
diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg
index b0ba0ec..a7f3b92 100644
--- a/infra/config/recipes.cfg
+++ b/infra/config/recipes.cfg
@@ -14,7 +14,7 @@
   "deps": {
     "depot_tools": {
       "branch": "refs/heads/main",
-      "revision": "7c837b993aba7a5efbd5ca6f00271f2df7d1e495",
+      "revision": "832d422ec4d5ea38f7a8eac941557d82a568666f",
       "url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git"
     },
     "recipe_engine": {