From be822053ac82c6e0b2f7c19c55c4ea0e6f52b798 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 13:20:49 +0000 Subject: [PATCH] Update h5py requirement from <=3.14.0 to <=3.15.0 Updates the requirements on [h5py](https://github.com/h5py/h5py) to permit the latest version. - [Release notes](https://github.com/h5py/h5py/releases) - [Changelog](https://github.com/h5py/h5py/blob/master/docs/release_guide.rst) - [Commits](https://github.com/h5py/h5py/compare/1.3.0...3.15.0) --- updated-dependencies: - dependency-name: h5py dependency-version: 3.15.0 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 b7ab0ae6f..e142b5eae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "acres", "beautifulsoup4", # to clean up HTML in DCAN executive summary outputs "bids-validator <= 1.14.7.post0", - "h5py <= 3.14.0", # for DCAN motion file + "h5py <= 3.15.0", # for DCAN motion file "indexed_gzip ~= 1.10.1", # for loading imgs in nibabel "jinja2 ~= 3.1.2", # for executive summary "joblib <= 1.5.2",