Manually roll depot tools

This is needed to fix a broken autoroller

Bug: skia:10531
Change-Id: Ic4d9df3509151fb9e10b7822e644523e2d61e0e7
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/305735
Reviewed-by: Ravi Mistry <rmistry@google.com>
Commit-Queue: Eric Boren <borenet@google.com>
diff --git a/infra/bots/README.recipes.md b/infra/bots/README.recipes.md
index f034292..b027c74 100644
--- a/infra/bots/README.recipes.md
+++ b/infra/bots/README.recipes.md
@@ -20,7 +20,7 @@
 
 &mdash; **def [retry](/infra/bots/recipes/swarm_infra.py#24)(api, attempts, \*args, \*\*kwargs):**
 
-[recipe_engine/recipe_modules/context]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/ca01a2f6cb0d44631e89064dfbcef954b81417e6/README.recipes.md#recipe_modules-context
-[recipe_engine/recipe_modules/path]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/ca01a2f6cb0d44631e89064dfbcef954b81417e6/README.recipes.md#recipe_modules-path
-[recipe_engine/recipe_modules/properties]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/ca01a2f6cb0d44631e89064dfbcef954b81417e6/README.recipes.md#recipe_modules-properties
-[recipe_engine/recipe_modules/step]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/ca01a2f6cb0d44631e89064dfbcef954b81417e6/README.recipes.md#recipe_modules-step
+[recipe_engine/recipe_modules/context]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/c89555ad4aad0d235c318a660be9bb34a5d51c60/README.recipes.md#recipe_modules-context
+[recipe_engine/recipe_modules/path]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/c89555ad4aad0d235c318a660be9bb34a5d51c60/README.recipes.md#recipe_modules-path
+[recipe_engine/recipe_modules/properties]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/c89555ad4aad0d235c318a660be9bb34a5d51c60/README.recipes.md#recipe_modules-properties
+[recipe_engine/recipe_modules/step]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/c89555ad4aad0d235c318a660be9bb34a5d51c60/README.recipes.md#recipe_modules-step
diff --git a/infra/bots/recipes.py b/infra/bots/recipes.py
index 137d460..c6b37ae 100755
--- a/infra/bots/recipes.py
+++ b/infra/bots/recipes.py
@@ -19,7 +19,7 @@
 ** DO NOT MODIFY **
 *******************
 
-This is a copy of https://chromium.googlesource.com/infra/luci/recipes-py/+show/master/recipes.py.
+This is a copy of https://chromium.googlesource.com/infra/luci/recipes-py/+/master/recipes.py.
 To fix bugs, fix in the googlesource repo then run the autoroller.
 """
 
diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg
index 056c014..7dfee56 100644
--- a/infra/config/recipes.cfg
+++ b/infra/config/recipes.cfg
@@ -14,12 +14,12 @@
   "deps": {
     "depot_tools": {
       "branch": "master",
-      "revision": "a3b6fd06f9d70795dc18d4ce8c7d66f6bf5a9c04",
+      "revision": "9e8b8f310a5a25ae343eb35d3dcd81ff7f3e4450",
       "url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git"
     },
     "recipe_engine": {
       "branch": "master",
-      "revision": "ca01a2f6cb0d44631e89064dfbcef954b81417e6",
+      "revision": "c89555ad4aad0d235c318a660be9bb34a5d51c60",
       "url": "https://chromium.googlesource.com/infra/luci/recipes-py.git"
     }
   },