From 2b118c0457bf905128ceee85db284fdbf827e1b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 May 2021 08:49:44 +0000 Subject: [PATCH] Bump h5py from 2.10.0 to 3.2.1 Bumps [h5py](https://github.com/h5py/h5py) from 2.10.0 to 3.2.1. - [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/2.10.0...3.2.1) Signed-off-by: dependabot[bot] --- requirements_dev_optional.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev_optional.txt b/requirements_dev_optional.txt index 1120904bee..1dcf6d85a7 100644 --- a/requirements_dev_optional.txt +++ b/requirements_dev_optional.txt @@ -15,7 +15,7 @@ coverage flake8==3.9.2 pytest-cov==2.7.1 pytest-doctestplus==0.4.0 -h5py==2.10.0 +h5py==3.2.1 s3fs==2021.5.0; python_version > '3.6' fsspec==2021.5.0; python_version > '3.6' moto[server]>=1.3.14; python_version > '3.6'