From 343a2570415242e41c351d0cd85cfd9383fefc8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 14:23:07 +0000 Subject: [PATCH 1/3] Bump numpy from 2.4.3 to 2.4.6 Bumps [numpy](https://github.com/numpy/numpy) from 2.4.3 to 2.4.6. - [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.6) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.6 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..8da31e3 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.6" ] dynamic = [ "version",] authors = [ From 1b662dec7aae5be1616a69a3bab2df09766dd10e Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Thu, 21 May 2026 14:23:33 +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..e05d402 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.6 - python >=3.11,<3.14 From f7eaa07d5b99bcda4559c5a3cb6c61a87306c59d Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Thu, 21 May 2026 14:23:56 +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..e05d402 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.6 - python >=3.11,<3.14 diff --git a/docs/environment.yml b/docs/environment.yml index d881519..d76c0bb 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.6 - python >=3.11,<3.14