From 1e0e481cff400884626951607656b19aabf706f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 23:39:31 +0000 Subject: [PATCH 1/3] Bump numpy from 2.4.1 to 2.4.2 Bumps [numpy](https://github.com/numpy/numpy) from 2.4.1 to 2.4.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.4.1...v2.4.2) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.2 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 e53599c..628fa7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ "Programming Language :: Python :: 3.13", ] dependencies = [ - "numpy==2.4.1" + "numpy==2.4.2" ] dynamic = [ "version",] authors = [ From 2bcfab2c475a907a82e064aea54d7f93cdddfb99 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 2 Feb 2026 23:39:49 +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 3e207e2..f3311a4 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -3,5 +3,5 @@ channels: dependencies: - hatchling =1.27.0 - hatch-vcs =0.5.0 -- numpy =2.4.1 +- numpy =2.4.2 - python >=3.11,<3.14 From e31dfad223fefa253885e100683b1592babf5479 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 2 Feb 2026 23:40:13 +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 3e207e2..f3311a4 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -3,5 +3,5 @@ channels: dependencies: - hatchling =1.27.0 - hatch-vcs =0.5.0 -- numpy =2.4.1 +- numpy =2.4.2 - python >=3.11,<3.14 diff --git a/docs/environment.yml b/docs/environment.yml index 03a97f9..3a6e9b7 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -9,5 +9,5 @@ dependencies: - versioneer - hatchling =1.27.0 - hatch-vcs =0.5.0 -- numpy =2.4.1 +- numpy =2.4.2 - python >=3.11,<3.14