From 0ee3927bfcb5db3f8e4dcdfc73caa218d6457fca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 04:58:02 +0000 Subject: [PATCH 1/3] 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 14357aee..2bbaa5d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ Repository = "https://github.com/pyiron/executorlib" [project.optional-dependencies] mpi = ["mpi4py==4.0.1"] hdf = [ - "h5py==3.11.0", + "h5py==3.12.1", ] graph = [ "pygraphviz==1.14", From 0247becba5f5f798d068853ba02f083ebebf912d Mon Sep 17 00:00:00 2001 From: pyironrunner Date: Mon, 14 Oct 2024 04:59:42 +0000 Subject: [PATCH 2/3] [dependabot skip] Update environment --- .ci_support/environment-docs.yml | 2 +- .ci_support/environment-mpich.yml | 2 +- .ci_support/environment-openmpi.yml | 2 +- .ci_support/environment-win.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.ci_support/environment-docs.yml b/.ci_support/environment-docs.yml index b6c7b3f1..8c137f20 100644 --- a/.ci_support/environment-docs.yml +++ b/.ci_support/environment-docs.yml @@ -12,4 +12,4 @@ dependencies: - pyzmq =26.2.0 - flux-core - jupyter-book =1.0.0 -- h5py =3.11.0 \ No newline at end of file +- h5py =3.12.1 \ No newline at end of file diff --git a/.ci_support/environment-mpich.yml b/.ci_support/environment-mpich.yml index 115d5da9..d78b7a6c 100644 --- a/.ci_support/environment-mpich.yml +++ b/.ci_support/environment-mpich.yml @@ -7,7 +7,7 @@ dependencies: - cloudpickle =3.0.0 - mpi4py =4.0.1 - pyzmq =26.2.0 -- h5py =3.11.0 +- h5py =3.12.1 - matplotlib =3.9.2 - networkx =3.4 - pygraphviz =1.14 diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index 7f6c4df0..440ed641 100644 --- a/.ci_support/environment-openmpi.yml +++ b/.ci_support/environment-openmpi.yml @@ -7,7 +7,7 @@ dependencies: - cloudpickle =3.0.0 - mpi4py =4.0.1 - pyzmq =26.2.0 -- h5py =3.11.0 +- h5py =3.12.1 - matplotlib =3.9.2 - networkx =3.4 - pygraphviz =1.14 diff --git a/.ci_support/environment-win.yml b/.ci_support/environment-win.yml index 69f8c7ef..c9604aaa 100644 --- a/.ci_support/environment-win.yml +++ b/.ci_support/environment-win.yml @@ -7,7 +7,7 @@ dependencies: - cloudpickle =3.0.0 - mpi4py =4.0.1 - pyzmq =26.2.0 -- h5py =3.11.0 +- h5py =3.12.1 - matplotlib =3.9.2 - networkx =3.4 - pygraphviz =1.14 From 2fcc7b6fce456dd53de2b748e215f97f3532d76f Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Mon, 14 Oct 2024 11:27:18 +0200 Subject: [PATCH 3/3] Update environment.yml --- binder/environment.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/binder/environment.yml b/binder/environment.yml index 879d65f3..760d6ba6 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -5,9 +5,9 @@ dependencies: - numpy - openmpi - cloudpickle =3.0.0 -- mpi4py =3.1.6 -- pyzmq =26.0.0 +- mpi4py =4.0.1 +- pyzmq =26.2.0 - flux-core =0.59.0 - flux-pmix =0.5.0 - versioneer =0.28 -- h5py =3.11.0 +- h5py =3.12.1