From b23fb73305957ecaa1dadf9914ef6ac75da89ff0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 05:45:12 +0000 Subject: [PATCH] Update sentry-sdk requirement from <=2.12.0 to <=2.13.0 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.13.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 37aca85f1..a3ba6e82e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "pybids <= 0.17.0", "requests", "sdcflows <= 2.10.0", - "sentry-sdk <= 2.12.0", + "sentry-sdk <= 2.13.0", "smriprep <= 0.16.0", "templateflow <= 24.2.0", "toml",