Roll recipe dependencies (trivial).

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

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

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/8faa5514ec0c4a36d65b44acbd98b2eb66b91405~..f2da906faf4fcda8e675ace669064eb050bb647f
  8faa551 (dlf@google.com)
      resolve CIPD package names in gclient
  f2da906 (dlf@google.com)
      Revert "resolve CIPD package names in gclient"

recipe_engine:
https://chromium.googlesource.com/infra/luci/recipes-py.git/+/fe30d36bce15efa9a1ef5a5feb32841f1683a8a7
  fe30d36 (bshai@google.com)
      time: fix bug in jitter

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=flutter-infra@grotations.appspotmail.com

Recipe-Tryjob-Bypass-Reason: Autoroller
Ignore-Freeze: Autoroller
Bugdroid-Send-Email: False
Change-Id: Iaec6ce2b6ab873328e260dbabb44d8df81d7d029
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/43761
Bot-Commit: flutter-prod-builder@chops-service-accounts.iam.gserviceaccount.com <flutter-prod-builder@chops-service-accounts.iam.gserviceaccount.com>
Commit-Queue: flutter-prod-builder@chops-service-accounts.iam.gserviceaccount.com <flutter-prod-builder@chops-service-accounts.iam.gserviceaccount.com>
diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg
index f6510e9..8494863 100644
--- a/infra/config/recipes.cfg
+++ b/infra/config/recipes.cfg
@@ -23,23 +23,22 @@
   "deps": {
     "depot_tools": {
       "branch": "refs/heads/main",
-      "revision": "1344a3c9989dfe11d7dbe2a994d50a211ac23301",
+      "revision": "f2da906faf4fcda8e675ace669064eb050bb647f",
       "url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git"
     },
     "fuchsia": {
       "branch": "refs/heads/main",
-      "revision": "43175713b38e7922fc2c83cf0ebba9be4a9c664c",
+      "revision": "850b474edb4ec97900caf27a6686366075f0e344",
       "url": "https://fuchsia.googlesource.com/infra/recipes.git"
     },
     "recipe_engine": {
       "branch": "refs/heads/main",
-      "revision": "52a5a6213721dd87f3b7213c4e2d5d32aa7daa3a",
+      "revision": "fe30d36bce15efa9a1ef5a5feb32841f1683a8a7",
       "url": "https://chromium.googlesource.com/infra/luci/recipes-py.git"
     }
   },
   "no_docs": true,
   "project_id": "flutter",
   "py3_only": true,
-  "repo_name": "flutter",
-  "require_py3_compatibility": true
+  "repo_name": "flutter"
 }