From 985c8337aff896303c79de13530e82a07fc83fc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 11:13:14 -0400 Subject: [PATCH] Update smriprep requirement from <=0.16.0 to <=0.16.1 (#439) Updates the requirements on [smriprep](https://github.com/nipreps/smriprep) to permit the latest version. - [Release notes](https://github.com/nipreps/smriprep/releases) - [Changelog](https://github.com/nipreps/smriprep/blob/master/CHANGES.rst) - [Commits](https://github.com/nipreps/smriprep/compare/0.0.1...0.16.1) --- updated-dependencies: - dependency-name: smriprep 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 a3ba6e82e..6bf4d1043 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "requests", "sdcflows <= 2.10.0", "sentry-sdk <= 2.13.0", - "smriprep <= 0.16.0", + "smriprep <= 0.16.1", "templateflow <= 24.2.0", "toml",