From cc57345339459c48665dcba2a684cf167146d1ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Dec 2023 16:32:43 -0500 Subject: [PATCH] Update sentry-sdk requirement from ~=1.4.3 to ~=1.38.0 (#1013) Signed-off-by: dependabot[bot] 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 679365947..14cf0c3e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "scikit-learn ~= 1.1", "scipy >= 1.8.0", # nipype needs networkx, which needs scipy > 1.8.0 "seaborn", # for plots - "sentry-sdk ~= 1.4.3", # for usage reports + "sentry-sdk ~= 1.38.0", # for usage reports "templateflow ~= 0.8.1", ] dynamic = ["version"]