From c715932f6fa95aa8b6db85cd78fc691186feb088 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 29 Apr 2024 12:20:42 -0400
Subject: [PATCH] Update sentry-sdk requirement from ~=1.45.0 to ~=2.0.1
 (#1158)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 4bb984c1f..e8488d79d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -40,7 +40,7 @@ dependencies = [
     "scikit-learn <= 1.4.2",
     "scipy >= 1.8.0,<= 1.13.0",  # nipype needs networkx, which needs scipy > 1.8.0
     "seaborn",  # for plots
-    "sentry-sdk ~= 1.45.0",  # for usage reports
+    "sentry-sdk ~= 2.0.1",  # for usage reports
     "templateflow ~= 24.2.0",
     "toml",
 ]