From d5a1881b0e5eb262558c5312ff51a60db87c7bc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 11:38:56 -0400 Subject: [PATCH] Update sentry-sdk requirement from <=2.7.1 to <=2.9.0 (#427) 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.9.0) --- 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 0a1a34173..130d22d54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "pybids <= 0.16.5", "requests", "sdcflows <= 2.9.0", - "sentry-sdk <= 2.7.1", + "sentry-sdk <= 2.9.0", "smriprep <= 0.15", "templateflow <= 24.2.0", "toml",