From 345a4a348129f0a5e674abff99cc2a2ceedb82c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 13:08:40 +0000 Subject: [PATCH] build(deps): update h5py requirement from ==3.11.0 to ==3.12.1 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.11.0...3.12.1) --- updated-dependencies: - dependency-name: h5py dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fba9f068d34..a3bc828aa9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ platformdirs = ">=3.6.0" psutil = ">=5.9.5" pyyaml = ">=6.0" requests = ">=2.32.3" -h5py = { version = "==3.11.0", optional = true } +h5py = { version = "==3.12.1", optional = true } openpyxl = { version = ">=3.1.5", optional = true } plotly = { version = ">=5.22.0", optional = true } python-pptx = { version = ">=0.6.23", optional = true }