From e54375e3195904d2f528abd1d8cfc64491195f4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 06:08:30 +0200 Subject: [PATCH] Bump h5py from 3.11.0 to 3.12.1 (#78) * 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] * Update environment.yml --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jan Janssen --- .ci_support/environment.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 330cb47..deb1f70 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -3,6 +3,6 @@ channels: dependencies: - coverage - h5io =0.2.4 -- h5py =3.11.0 +- h5py =3.12.1 - numpy =2.1.2 - pandas =2.2.3 diff --git a/pyproject.toml b/pyproject.toml index 7b41df1..7c40698 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ ] dependencies = [ "h5io==0.2.4", - "h5py==3.11.0", + "h5py==3.12.1", "numpy==2.1.2", "pandas==2.2.3", ]