Skip to content

Bump h5py from 3.15.1 to 3.16.0#719

Merged
waltsims merged 1 commit into
masterfrom
dependabot/pip/h5py-3.16.0
May 5, 2026
Merged

Bump h5py from 3.15.1 to 3.16.0#719
waltsims merged 1 commit into
masterfrom
dependabot/pip/h5py-3.16.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 5, 2026

Bumps h5py from 3.15.1 to 3.16.0.

Commits
  • b2f0347 Merge pull request #2807 from takluyver/prepare-3.16
  • f0dedaa Add zlib update to release notes
  • 1e04026 Merge pull request #2808 from takluyver/zlib-1.3.2
  • c5c8f06 Fix another reference to zlib DLL
  • d872c0c Use a newer bugfix release of HDF5 1.14 on Azure pipelines
  • 71c655a Fix calling zlib script on Windows Azure CI
  • 2f5bf86 Fix for new names z.lib & z.dll
  • 47ce1d8 Reduce duplicated code building zlib on Windows
  • d5c8b5d Try building zlib directly from source on Windows ARM64 as well
  • 846abfc Update zlib to 1.3.2 for Windows & Mac wheels
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Greptile Summary

This PR bumps the h5py dependency from 3.15.1 to 3.16.0 (a minor release) in pyproject.toml. The release includes a zlib update to 1.3.2 for Windows/macOS wheels and a newer HDF5 1.14 bugfix release in CI, with no breaking API changes expected.

Confidence Score: 5/5

Safe to merge — single exact-pin version bump with no API changes.

The change is a single-line exact-version bump for a well-maintained library. h5py 3.16.0 is a minor release focused on build-system updates (zlib 1.3.2, HDF5 bugfix), with no breaking API changes. All other dependencies are untouched.

No files require special attention.

Important Files Changed

Filename Overview
pyproject.toml Bumps h5py exact pin from 3.15.1 to 3.16.0; no other changes.

Sequence Diagram

sequenceDiagram
    participant D as Dependabot
    participant P as pyproject.toml
    participant CI as CI/CD
    participant H as h5py (PyPI)

    D->>P: Bump h5py 3.15.1 → 3.16.0
    CI->>H: pip install h5py==3.16.0
    H-->>CI: h5py 3.16.0 (zlib 1.3.2, HDF5 1.14 bugfix)
    CI-->>D: Tests pass
Loading

Reviews (1): Last reviewed commit: "Bump h5py from 3.15.1 to 3.16.0" | Re-trigger Greptile

Bumps [h5py](https://github.com/h5py/h5py) from 3.15.1 to 3.16.0.
- [Release notes](https://github.com/h5py/h5py/releases)
- [Changelog](https://github.com/h5py/h5py/blob/master/docs/release_guide.rst)
- [Commits](h5py/h5py@3.15.1...3.16.0)

---
updated-dependencies:
- dependency-name: h5py
  dependency-version: 3.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 5, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.82%. Comparing base (a1b054c) to head (ca54750).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #719   +/-   ##
=======================================
  Coverage   74.82%   74.82%           
=======================================
  Files          56       56           
  Lines        8096     8096           
  Branches     1577     1577           
=======================================
  Hits         6058     6058           
  Misses       1422     1422           
  Partials      616      616           
Flag Coverage Δ
3.10 74.80% <ø> (ø)
3.11 74.80% <ø> (ø)
3.12 74.80% <ø> (ø)
3.13 74.80% <ø> (ø)
macos-latest 74.75% <ø> (ø)
ubuntu-latest 74.75% <ø> (ø)
windows-latest 74.76% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@waltsims waltsims merged commit c105e37 into master May 5, 2026
153 checks passed
@waltsims waltsims deleted the dependabot/pip/h5py-3.16.0 branch May 5, 2026 02:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant