From c1ea15da2b32aaa8c485dfb3bbe39a8bb3618a94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 07:34:11 +0000 Subject: [PATCH] Bump h5py from 3.15.1 to 3.16.0 Bumps [h5py](https://github.com/h5py/h5py) from 3.15.1 to 3.16.0. - [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/3.15.1...3.16.0) --- updated-dependencies: - dependency-name: h5py dependency-version: 3.16.0 dependency-type: direct:development 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 80f12072..f6ae247c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ Repository = "https://github.com/pyiron/pyiron_workflow" [project.optional-dependencies] cluster = [ "pysqa==0.3.5", - "h5py==3.15.1", + "h5py==3.16.0", ] [tool.hatch.build]