From 0e306d074a1ab2bfe6364f32ca39d83a4ef0272a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 08:29:51 +0000 Subject: [PATCH 1/2] Bump numpy from 2.1.1 to 2.1.2 Bumps [numpy](https://github.com/numpy/numpy) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v2.1.1...v2.1.2) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e1b074c..7b41df1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ dependencies = [ "h5io==0.2.4", "h5py==3.11.0", - "numpy==2.1.1", + "numpy==2.1.2", "pandas==2.2.3", ] dynamic = ["version"] From 6d3a24811afa611447fb88ddac4bdb95d43f4f35 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Mon, 7 Oct 2024 11:06:41 +0200 Subject: [PATCH 2/2] 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 c99c1df..330cb47 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -4,5 +4,5 @@ dependencies: - coverage - h5io =0.2.4 - h5py =3.11.0 -- numpy =2.1.1 +- numpy =2.1.2 - pandas =2.2.3