From 46c4689f335b2dbba9104afecb764907abb181e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 16:26:11 +0000 Subject: [PATCH] Update templateflow requirement from <=23.0.0 to <=24.2.0 Updates the requirements on [templateflow](https://github.com/templateflow/templateflow) to permit the latest version. - [Release notes](https://github.com/templateflow/templateflow/releases) - [Commits](https://github.com/templateflow/templateflow/commits) --- updated-dependencies: - dependency-name: templateflow 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 349b71e88..b111454f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "sdcflows <= 2.8.1", "sentry-sdk <= 2.0.1", "smriprep <= 0.15", - "templateflow <= 23.0.0", + "templateflow <= 24.2.0", "toml", ]