Roll Depot Tools from e1f9cd198136 to 1e4e7f1a9add (3 revisions)

https://skia.googlesource.com/buildbot.git/+log/e1f9cd198136..1e4e7f1a9add

2024-10-03 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2024-10-02 sshrimp@google.com Add telemetry initialization and opt out utility
2024-10-02 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/depot-tools-skia-infra
Please CC kjlubick@google.com,skiabot@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Depot Tools: https://bugs.chromium.org/p/chromium/issues/entry
To file a bug in Skia Infra: https://bugs.chromium.org/p/skia/issues/entry

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md

Tbr: kjlubick@google.com
Change-Id: Ib81840db628d3eb4df20821bb63e0bbdc8d24d85
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/906036
Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
diff --git a/DEPS b/DEPS
index 4a0f8e6..41c2f92 100644
--- a/DEPS
+++ b/DEPS
@@ -10,7 +10,7 @@
 
 deps = {
   'depot_tools': {
-    'url': 'https://chromium.googlesource.com/chromium/tools/depot_tools.git@e1f9cd198136d743a1f004c9a5d94f280e9eb115',
+    'url': 'https://chromium.googlesource.com/chromium/tools/depot_tools.git@1e4e7f1a9add5ff28e841e20b80e3f0159616710',
     'condition': 'False',
   },
   'cipd_bin_packages': {
diff --git a/go/depot_tools/deps/deps_gen.go b/go/depot_tools/deps/deps_gen.go
index e5d29da..85f2b40 100755
--- a/go/depot_tools/deps/deps_gen.go
+++ b/go/depot_tools/deps/deps_gen.go
@@ -9,7 +9,7 @@
 var deps = deps_parser.DepsEntries{
 	"chromium.googlesource.com/chromium/tools/depot_tools": {
 		Id:      "chromium.googlesource.com/chromium/tools/depot_tools",
-		Version: "e1f9cd198136d743a1f004c9a5d94f280e9eb115",
+		Version: "1e4e7f1a9add5ff28e841e20b80e3f0159616710",
 		Path:    "depot_tools",
 	},
 	"infra/3pp/tools/cpython/linux-amd64": {