From cce95b66507080949cac921fb9a230bb97ef0491 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 10:41:52 +0000 Subject: [PATCH] Bump h5py from 3.11.0 to 3.12.1 Bumps [h5py](https://github.com/h5py/h5py) from 3.11.0 to 3.12.1. - [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.11.0...3.12.1) --- updated-dependencies: - dependency-name: h5py dependency-type: direct:production 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 841485287..94019a100 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "ase==3.23.0", "atomistics==0.1.32", "defusedxml==0.7.1", - "h5py==3.11.0", + "h5py==3.12.1", "matplotlib==3.9.2", "mendeleev==0.18.0", "mp-api==0.42.2",