From 6a8b7cfe6fadf11bfa7a3bf858ec7c81f61038e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 04:47:34 +0000 Subject: [PATCH 1/5] Bump h5py from 3.10.0 to 3.11.0 Bumps [h5py](https://github.com/h5py/h5py) from 3.10.0 to 3.11.0. - [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.10.0...3.11.0) --- updated-dependencies: - dependency-name: h5py dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 82a8bd83b..1c7769675 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "cloudpickle==3.0.0", "gitpython==3.1.43", "h5io_browser==0.0.11", - "h5py==3.10.0", + "h5py==3.11.0", "jinja2==3.1.3", "numpy==1.26.4", "monty==2024.3.31", From 85d2a3c88baf7e1804c93bed4956b11110102bec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 04:49:22 +0000 Subject: [PATCH 2/5] [dependabot skip] Update environment --- .ci_support/environment-docs.yml | 2 +- .ci_support/environment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci_support/environment-docs.yml b/.ci_support/environment-docs.yml index 987623e7f..4075c1d7a 100644 --- a/.ci_support/environment-docs.yml +++ b/.ci_support/environment-docs.yml @@ -9,7 +9,7 @@ dependencies: - cloudpickle =3.0.0 - gitpython =3.1.43 - h5io_browser =0.0.11 -- h5py =3.10.0 +- h5py =3.11.0 - jinja2 =3.1.3 - monty =2024.3.31 - numpy =1.26.4 diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 874fe5eb5..b5760c849 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -8,7 +8,7 @@ dependencies: - cloudpickle =3.0.0 - gitpython =3.1.43 - h5io_browser =0.0.11 -- h5py =3.10.0 +- h5py =3.11.0 - jinja2 =3.1.3 - monty =2024.3.31 - numpy =1.26.4 From 875625fbfdeba3b42d71644e25a819e62e88f301 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Tue, 16 Apr 2024 05:56:23 -0500 Subject: [PATCH 3/5] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1c7769675..3f8007f47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ dependencies = [ "cloudpickle==3.0.0", "gitpython==3.1.43", - "h5io_browser==0.0.11", + "h5io_browser==0.0.12", "h5py==3.11.0", "jinja2==3.1.3", "numpy==1.26.4", From ad54a5062bbd6e68a1cc1b20adc120f70a7b2676 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Tue, 16 Apr 2024 05:56:41 -0500 Subject: [PATCH 4/5] Update environment.yml --- .ci_support/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index b5760c849..90f57d08c 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -7,7 +7,7 @@ dependencies: - conda_subprocess =0.0.1 - cloudpickle =3.0.0 - gitpython =3.1.43 -- h5io_browser =0.0.11 +- h5io_browser =0.0.12 - h5py =3.11.0 - jinja2 =3.1.3 - monty =2024.3.31 From 9dd135c7f11bbd721aeceac72ffd0c0fecc7dd1e Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Tue, 16 Apr 2024 05:57:00 -0500 Subject: [PATCH 5/5] Update environment-docs.yml --- .ci_support/environment-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment-docs.yml b/.ci_support/environment-docs.yml index 4075c1d7a..20e9639a0 100644 --- a/.ci_support/environment-docs.yml +++ b/.ci_support/environment-docs.yml @@ -8,7 +8,7 @@ dependencies: - numpy - cloudpickle =3.0.0 - gitpython =3.1.43 -- h5io_browser =0.0.11 +- h5io_browser =0.0.12 - h5py =3.11.0 - jinja2 =3.1.3 - monty =2024.3.31