From 190bc57bf1dc6feaa35e5ae79d6f092876cf15d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 21:19:27 +0000 Subject: [PATCH] Update h5py requirement from ~=3.9 to ~=3.10 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.9.0...3.10.0) --- updated-dependencies: - dependency-name: h5py dependency-type: direct:production ... 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 db099df..f25e618 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ numpy~=1.25 dill~=0.3 -h5py~=3.9 +h5py~=3.10 lmfit~=1.2 cython~=3.0 astropy~=5.3 diff --git a/requirements_dev.txt b/requirements_dev.txt index 2a65758..e3cb612 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,6 +1,6 @@ numpy~=1.25 dill~=0.3 -h5py~=3.9 +h5py~=3.10 lmfit~=1.2 cython~=3.0 astropy~=5.3