From 7fcc8c8d99e49d64e05e43a10bde21c23cac0bf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 12:17:49 +0000 Subject: [PATCH] Bump h5py from 3.9.0 to 3.10.0 Bumps [h5py](https://github.com/h5py/h5py) from 3.9.0 to 3.10.0. - [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.9.0...3.10.0) --- updated-dependencies: - dependency-name: h5py dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4f6734b..6aab3c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -h5py==3.9.0 +h5py==3.10.0 numpy==1.25.2 pint==0.22 python-dateutil==2.8.2 diff --git a/requirements_dev.txt b/requirements_dev.txt index a5929b8..04fc564 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,4 +1,4 @@ -h5py==3.9.0 +h5py==3.10.0 numpy==1.25.2 pint==0.22 pytest==7.4.0