From 145817717335626572665a9c1843135fe223d792 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 11:45:50 -0500 Subject: [PATCH] Update sentry-sdk requirement from ~=2.17.0 to ~=2.18.0 (#1315) 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 5371c7f33..b33753b4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ "scikit-learn <= 1.5.2", "scipy >= 1.14.0,<= 1.14.1", # nipype needs networkx, which needs scipy > 1.8.0 "seaborn", # for plots - "sentry-sdk ~= 2.17.0", # for usage reports + "sentry-sdk ~= 2.18.0", # for usage reports "templateflow ~= 24.2.0", "toml", ]