From 0db1a1de68705bd02ec57180a480bf43704099dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 09:06:52 -0500 Subject: [PATCH] Update indexed-gzip requirement from <=1.9.1 to <=1.9.4 (#469) 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 d4ce298d4..84a2f22d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ 'importlib_resources; python_version < "3.11"', "acres", "fmriprep >= 24.1.0, <= 24.1.1", - "indexed_gzip <= 1.9.1", + "indexed_gzip <= 1.9.4", "looseversion", "networkx ~= 3.3", # nipype needs networkx, but 3+ isn"t compatible with nipype 1.8.5 "nibabel <= 5.3.2",