From 19df8366cc693a486f8179693d97d0f8bd8c109d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 19:14:07 -0500 Subject: [PATCH] Update sentry-sdk requirement from <=2.18.0 to <=2.19.0 (#464) 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 c6df03658..d4ce298d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "pybids <= 0.17.2", "requests", "sdcflows <= 2.10.0", - "sentry-sdk <= 2.18.0", + "sentry-sdk <= 2.19.0", "smriprep <= 0.16.1", "templateflow <= 24.2.2", "toml",