From 65a003c7919eeb77f09a937b9c3f7ccee830a071 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 14:36:03 +0000 Subject: [PATCH] Bump niworkflows from 1.11.0 to 1.12.0 Bumps [niworkflows](https://github.com/nipreps/niworkflows) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/nipreps/niworkflows/releases) - [Changelog](https://github.com/nipreps/niworkflows/blob/master/CHANGES.rst) - [Commits](https://github.com/nipreps/niworkflows/compare/1.11.0...1.12.0) --- updated-dependencies: - dependency-name: niworkflows dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7132d4594..7f8f2b7cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "nilearn == 0.11.0", # 0.10.2 raises error with compcor from fMRIPrep 23 "nipype ~= 1.9.1", "nireports ~= 24.0.2", - "niworkflows == 1.11.0", + "niworkflows == 1.12.0", "nitime", # for DVARS calculation in Nipype "num2words", # for boilerplates "numpy ~= 2.0",