Skip to content

Commit

Permalink
build(deps): update h5py requirement from ==3.11.0 to ==3.12.1 (#3339)
Browse files Browse the repository at this point in the history
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](h5py/h5py@3.11.0...3.12.1)

---
updated-dependencies:
- dependency-name: h5py
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 3, 2024
1 parent 7a4da93 commit 7f1c57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 7f1c57f

Please sign in to comment.