From 4121f083b2debb722587d5e69e154323ab995727 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 12:36:58 -0400 Subject: [PATCH] Update sentry-sdk requirement from ~=1.42.0 to ~=1.43.0 (#1108) 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 7b6dda5ed..4c9153610 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.42.0", # for usage reports + "sentry-sdk ~= 1.43.0", # for usage reports "templateflow ~= 24.2.0", "toml", ]