From 75bbb96364d8f558838615b6a8bd5a00612a2519 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 05:14:21 +0000 Subject: [PATCH] Update sentry-sdk requirement from <=2.13.0 to <=2.14.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.14.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 14dcb0afa..6efc5535f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "pybids <= 0.17.1", "requests", "sdcflows <= 2.10.0", - "sentry-sdk <= 2.13.0", + "sentry-sdk <= 2.14.0", "smriprep <= 0.16.1", "templateflow <= 24.2.0", "toml",