From d9cdb508bed6d47cdf49d3385ce14c188f148e30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 08:53:20 -0500 Subject: [PATCH] Update indexed-gzip requirement from <=1.8.7 to <=1.9.1 (#463) Updates the requirements on [indexed-gzip](https://github.com/pauldmccarthy/indexed_gzip) to permit the latest version. - [Release notes](https://github.com/pauldmccarthy/indexed_gzip/releases) - [Changelog](https://github.com/pauldmccarthy/indexed_gzip/blob/main/CHANGELOG.md) - [Commits](https://github.com/pauldmccarthy/indexed_gzip/compare/v0.1...v1.9.1) --- updated-dependencies: - dependency-name: indexed-gzip 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 0cf02c288..6f3000df6 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.8.7", + "indexed_gzip <= 1.9.1", "looseversion", "networkx ~= 3.3", # nipype needs networkx, but 3+ isn"t compatible with nipype 1.8.5 "nibabel <= 5.3.2",