Skip to content

Commit

Permalink
Bump h5py from 3.12.1 to 3.13.0 (#1766)
Browse files Browse the repository at this point in the history
* Bump h5py from 3.12.1 to 3.13.0

Bumps [h5py](https://github.com/h5py/h5py) from 3.12.1 to 3.13.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.12.1...3.13.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* [dependabot skip] Update environment

* Update environment-docs.yml

* Update environment-mini.yml

* Update environment.yml

* Update environment.yml

* Update pyproject.toml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Jan Janssen <[email protected]>
  • Loading branch information
3 people authored Feb 20, 2025
1 parent a8ac181 commit fa18242
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .ci_support/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ dependencies:
- conda_subprocess =0.0.5
- cloudpickle =3.1.1
- gitpython =3.1.44
- h5io_browser =0.1.7
- h5py =3.12.1
- h5io_browser =0.1.8
- h5py =3.13.0
- jinja2 =3.1.5
- monty =2025.1.9
- numpy =2.2.3
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/environment-mini.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ channels:
- conda-forge
dependencies:
- cloudpickle =3.1.1
- h5io_browser =0.1.7
- h5py =3.12.1
- h5io_browser =0.1.8
- h5py =3.13.0
- monty =2025.1.9
- numpy =2.2.3
- pandas =2.2.3
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ dependencies:
- conda_subprocess =0.0.5
- cloudpickle =3.1.1
- gitpython =3.1.44
- h5io_browser =0.1.7
- h5py =3.12.1
- h5io_browser =0.1.8
- h5py =3.13.0
- jinja2 =3.1.5
- monty =2025.1.9
- numpy =2.2.3
Expand Down
4 changes: 2 additions & 2 deletions binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ dependencies:
- conda_subprocess =0.0.5
- cloudpickle =3.1.1
- gitpython =3.1.44
- h5io_browser =0.1.7
- h5py =3.12.1
- h5io_browser =0.1.8
- h5py =3.13.0
- jinja2 =3.1.5
- monty =2025.1.9
- numpy =2.2.3
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ classifiers = [
dependencies = [
"cloudpickle==3.1.1",
"executorlib==0.4.0",
"h5io_browser==0.1.7",
"h5py==3.12.1",
"h5io_browser==0.1.8",
"h5py==3.13.0",
"numpy==2.2.3",
"monty==2025.1.9",
"pandas==2.2.3",
Expand Down

0 comments on commit fa18242

Please sign in to comment.