From bdb2faedb8f0c84f0232e6e30402189d8c06e1aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 18:43:08 +0000 Subject: [PATCH 1/3] Bump numpy from 2.4.3 to 2.4.4 Bumps [numpy](https://github.com/numpy/numpy) from 2.4.3 to 2.4.4. - [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.4.3...v2.4.4) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.4 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 4e100e0..b86e8aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ "Programming Language :: Python :: 3.13", ] dependencies = [ - "numpy==2.4.3" + "numpy==2.4.4" ] dynamic = [ "version",] authors = [ From 15c14bf98610f779e6c34ce2fa30e8313d57f780 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 30 Mar 2026 18:43:25 +0000 Subject: [PATCH 2/3] [dependabot skip] Update environment --- .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 9c2a76f..5b12079 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -3,5 +3,5 @@ channels: dependencies: - hatchling =1.29.0 - hatch-vcs =0.5.0 -- numpy =2.4.3 +- numpy =2.4.4 - python >=3.11,<3.14 From f4b0c00e73dc3b2f72064cf2787ab6acbb03c0c8 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 30 Mar 2026 18:43:45 +0000 Subject: [PATCH 3/3] [dependabot skip] Update env file --- .binder/environment.yml | 2 +- docs/environment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.binder/environment.yml b/.binder/environment.yml index 9c2a76f..5b12079 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -3,5 +3,5 @@ channels: dependencies: - hatchling =1.29.0 - hatch-vcs =0.5.0 -- numpy =2.4.3 +- numpy =2.4.4 - python >=3.11,<3.14 diff --git a/docs/environment.yml b/docs/environment.yml index d881519..a75f011 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -9,5 +9,5 @@ dependencies: - versioneer - hatchling =1.29.0 - hatch-vcs =0.5.0 -- numpy =2.4.3 +- numpy =2.4.4 - python >=3.11,<3.14