From f000d91fc462468d28c2aac87fb364e629020c68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 14:11:43 +0000 Subject: [PATCH] Update h5py requirement in /tests 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.13.0) --- updated-dependencies: - dependency-name: h5py dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/constraints.txt b/tests/constraints.txt index aa80670d66b51a..a0abfc4ce7a02c 100644 --- a/tests/constraints.txt +++ b/tests/constraints.txt @@ -1,7 +1,7 @@ numpy>=1.16.6,<2.3.0 attrs==25.1.0 distro==1.9.0 -h5py>=3.1.0,<3.13.0 +h5py>=3.1.0,<3.14.0 Jinja2>=2.11.2 pandas>=1.3.5 pymongo>=3.12.0