From 98569ae0e4943037ff50963d47cca23397f21f18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 05:42:06 +0000 Subject: [PATCH] Update smriprep requirement from ~=0.13.1 to ~=0.14.0 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.13.1...0.14.0) --- updated-dependencies: - dependency-name: smriprep 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 dbafb45d0..eced345be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "requests", "sdcflows ~= 2.8.0", "sentry-sdk >= 0.6.9", - "smriprep ~= 0.13.1", + "smriprep ~= 0.14.0", "templateflow >= 23.0.0", "toml",