From 25dc81b9ac0bb5c9b19dc6f4207bf4496c881787 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:05:48 +0000 Subject: [PATCH] Update sdcflows requirement from <=2.8.1 to <=2.9.0 Updates the requirements on [sdcflows](https://github.com/nipreps/sdcflows) to permit the latest version. - [Release notes](https://github.com/nipreps/sdcflows/releases) - [Changelog](https://github.com/nipreps/sdcflows/blob/master/CHANGES.rst) - [Commits](https://github.com/nipreps/sdcflows/compare/0.0.1...2.9.0) --- updated-dependencies: - dependency-name: sdcflows 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 6f639dc66..0a1a34173 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "psutil <= 5.9.8", "pybids <= 0.16.5", "requests", - "sdcflows <= 2.8.1", + "sdcflows <= 2.9.0", "sentry-sdk <= 2.7.1", "smriprep <= 0.15", "templateflow <= 24.2.0",