From ef2dd7e12658e17b30cb2daf775c143cc511cba4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 12:09:17 -0400 Subject: [PATCH] Update templateflow requirement from <=24.2.0 to <=24.2.2 (#441) 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] 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 6efc5535f..71e0a1ce0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "sdcflows <= 2.10.0", "sentry-sdk <= 2.14.0", "smriprep <= 0.16.1", - "templateflow <= 24.2.0", + "templateflow <= 24.2.2", "toml", ]