From 134eb4a2e71fe12c37cb42d2db9141488a511ba9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 05:39:30 +0000 Subject: [PATCH 1/2] Bump h5py from 3.9.0 to 3.10.0 Bumps [h5py](https://github.com/h5py/h5py) from 3.9.0 to 3.10.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.9.0...3.10.0) --- updated-dependencies: - dependency-name: h5py dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2acb348a5..4c5184f14 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ 'dill==0.3.7', 'gitpython==3.1.37', 'h5io==0.1.9', - 'h5py==3.9.0', + 'h5py==3.10.0', 'jinja2==3.1.2', 'numpy==1.26.0', 'pandas==2.1.1', From e25fce9a8f213c407148f144956158f764516044 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 16 Oct 2023 05:48:32 +0000 Subject: [PATCH 2/2] [dependabot skip] Update environment --- .ci_support/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index ce703a68a..9c37e4081 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -7,7 +7,7 @@ dependencies: - dill =0.3.7 - gitpython =3.1.37 - h5io =0.1.9 -- h5py =3.9.0 +- h5py =3.10.0 - jinja2 =3.1.2 - numpy =1.26.0 - pandas =2.1.1