From 9fbc46c86061eb8f36cf2a9061e73b10c9ed6c62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 11:40:45 -0500 Subject: [PATCH] Update sentry-sdk requirement from ~=1.38.0 to ~=1.39.1 (#1027) 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 2afed84ff..1516d8da3 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.38.0", # for usage reports + "sentry-sdk ~= 1.39.1", # for usage reports "templateflow ~= 23.1.0", ] dynamic = ["version"]