From f3c0bc4caaee65d770520b6f2868ddf90d86d4ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 09:05:01 -0400 Subject: [PATCH] Update sentry-sdk requirement from <=2.5.1 to <=2.7.1 (#425) Updates the requirements on [sentry-sdk](https://github.com/getsentry/sentry-python) to permit the latest version. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/0.1.0-preview1...2.7.1) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production ... 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 320c1fbda..6f639dc66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "pybids <= 0.16.5", "requests", "sdcflows <= 2.8.1", - "sentry-sdk <= 2.5.1", + "sentry-sdk <= 2.7.1", "smriprep <= 0.15", "templateflow <= 24.2.0", "toml",