Skip to content

Commit 8490916

Browse files
Bump h5py from 3.13.0 to 3.14.0
Bumps [h5py](https://github.com/h5py/h5py) from 3.13.0 to 3.14.0. - [Release notes](https://github.com/h5py/h5py/releases) - [Changelog](https://github.com/h5py/h5py/blob/master/docs/release_guide.rst) - [Commits](h5py/h5py@3.13.0...3.14.0) --- updated-dependencies: - dependency-name: h5py dependency-version: 3.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1c81ec9 commit 8490916

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Documentation = "https://executorlib.readthedocs.io"
4141
Repository = "https://github.com/pyiron/executorlib"
4242

4343
[project.optional-dependencies]
44-
cache = ["h5py==3.13.0"]
44+
cache = ["h5py==3.14.0"]
4545
graph = [
4646
"pygraphviz==1.14",
4747
"networkx==3.4.2",
@@ -54,12 +54,12 @@ graphnotebook = [
5454
mpi = ["mpi4py==4.0.1"]
5555
cluster = [
5656
"pysqa==0.2.6",
57-
"h5py==3.13.0",
57+
"h5py==3.14.0",
5858
]
5959
all = [
6060
"mpi4py==4.0.1",
6161
"pysqa==0.2.6",
62-
"h5py==3.13.0",
62+
"h5py==3.14.0",
6363
"pygraphviz==1.14",
6464
"networkx==3.4.2",
6565
"ipython==9.0.2",

0 commit comments

Comments
 (0)