From ab72b3b2c167e5a9b5f10cd77012285c6c6e881a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 08:13:41 +0000 Subject: [PATCH] Update h5py requirement in /src/bindings/python 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.1.0...3.16.0) --- updated-dependencies: - dependency-name: h5py dependency-version: 3.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/bindings/python/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bindings/python/constraints.txt b/src/bindings/python/constraints.txt index 56deb0318c3848..9d64c2d99dc8fc 100644 --- a/src/bindings/python/constraints.txt +++ b/src/bindings/python/constraints.txt @@ -17,7 +17,7 @@ patchelf<=0.17.2.4 packaging>=22.0 # Frontends -h5py>=3.1.0,<3.16.0 +h5py>=3.1.0,<3.17.0 docopt~=0.6.2 paddlepaddle==3.0.0 tensorflow>=1.15.5,<2.21.0