From 23d3651151ecb3b36e5a8ade315d8da5ade4d61f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 20:02:43 +0000 Subject: [PATCH] Bump h5py from 3.1 to 3.8.0 Bumps [h5py](https://github.com/h5py/h5py) from 3.1 to 3.8.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.1.0...3.8.0) --- updated-dependencies: - dependency-name: h5py dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index eae21b5..03ac902 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ anytree>=2.8 cython>=0.29 editdistance>=0.5 -h5py==3.1 +h5py==3.8.0 hdbscan>=0.8 matplotlib>=3.3 networkx>=2.5