From f01f3e4011597d395457c356d983372d60e3dbca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 01:44:20 +0000 Subject: [PATCH] Bump h5py from 3.9.0 to 3.10.0 in /.github/workflows/etc 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] --- .github/workflows/etc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/etc/requirements.txt b/.github/workflows/etc/requirements.txt index b48d2b6484..969848373b 100644 --- a/.github/workflows/etc/requirements.txt +++ b/.github/workflows/etc/requirements.txt @@ -14,7 +14,7 @@ pyopengl==3.1.7 # supplimental tools matplotlib==3.7.2 -h5py==3.9.0 +h5py==3.10.0 # testing pytest==7.4.0