From 1aaa9d8b1786a70d82b1a5ba086f63a8dea083cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 17:04:54 +0000 Subject: [PATCH] Bump niworkflows from 1.12.0 to 1.12.1 Bumps [niworkflows](https://github.com/nipreps/niworkflows) from 1.12.0 to 1.12.1. - [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.12.0...1.12.1) --- updated-dependencies: - dependency-name: niworkflows dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 016893545..bd245c0cf 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.12.0", + "niworkflows == 1.12.1", "nitime", # for DVARS calculation in Nipype "num2words", # for boilerplates "numpy ~= 2.0",