From 419b9c6d0c1ec8d1ba41dfbe64dc6a3b579611ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 08:04:18 +0000 Subject: [PATCH] Update h5py requirement from ~=3.7.0 to ~=3.14.0 Updates the requirements on [h5py](https://github.com/h5py/h5py) to permit the latest version. - [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.7.0...3.14.0) --- updated-dependencies: - dependency-name: h5py dependency-version: 3.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index daf3ef190b6..eccf47a94ee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -44,7 +44,7 @@ google-api-core~=2.11.0 google-auth~=2.16.0 googleapis-common-protos~=1.58.0 h5netcdf~=1.1.0 -h5py~=3.7.0 +h5py~=3.14.0 hypothesis~=6.62.0 idna==3.4 imagesize~=1.4.1