From daf0eaca23bedf52a4133d2902eee2d06dabca65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 18:09:07 +0000 Subject: [PATCH] Bump h5py from 3.10.0 to 3.15.1 Bumps [h5py](https://github.com/h5py/h5py) from 3.10.0 to 3.15.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.10.0...3.15.1) --- updated-dependencies: - dependency-name: h5py dependency-version: 3.15.1 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 3a655a7..392efb4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "geopandas==0.14.3", "fiona==1.9.6", "geobench==1.0.0", - "h5py==3.10.0", + "h5py==3.15.1", "scikit-learn==1.4.1.post1", "types-requests", "fast_pytorch_kmeans",