From 59970337e8797cd45d4f83a47c5b9639b0ffcdce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 13:23:01 -0400 Subject: [PATCH] Update sentry-sdk requirement from ~=2.11.0 to ~=2.12.0 (#1224) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Salo --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d428bbbf0..5a9d1f082 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ "scikit-learn <= 1.5.1", "scipy <= 1.14.0,>= 1.14.0", # nipype needs networkx, which needs scipy > 1.8.0 "seaborn", # for plots - "sentry-sdk ~= 2.11.0", # for usage reports + "sentry-sdk ~= 2.12.0", # for usage reports "templateflow ~= 24.2.0", "toml", ]