Roll recipe dependencies

Change-Id: I1263567f449e5272878ed6b8ad77a037518fb053
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/32107
Reviewed-by: Godofredo Contreras <godofredoc@google.com>
Commit-Queue: Godofredo Contreras <godofredoc@google.com>
diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg
index e920e19..62e3e95 100644
--- a/infra/config/recipes.cfg
+++ b/infra/config/recipes.cfg
@@ -30,7 +30,7 @@
     },
     "fuchsia": {
       "branch": "refs/heads/main",
-      "revision": "2156bcced7a34b3e4569f6d854ad54a615268f65",
+      "revision": "e966ec3c4dfcf0c9b8885a349cadf5a032882755",
       "url": "https://fuchsia.googlesource.com/infra/recipes.git"
     },
     "recipe_engine": {
diff --git a/recipes/recipes.py b/recipes/recipes.py
index 3f62cc2..2abf832 100644
--- a/recipes/recipes.py
+++ b/recipes/recipes.py
@@ -116,6 +116,7 @@
   include_restricted = attr.ib(default=False)
   include_unrestricted = attr.ib(default=False)
   cq_config_name = attr.ib(default='')
+  excluded_buckets = attr.ib(default=attr.Factory(list))
 
 
 # TODO(fxbug.dev/88439): Convert this to a proto.