From 8344b42f10bbb33b4acf8fc9c37953dbadb1501f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 18:46:57 +0000 Subject: [PATCH 1/3] Bump hatchling from 1.27.0 to 1.28.0 Bumps [hatchling](https://github.com/pypa/hatch) from 1.27.0 to 1.28.0. - [Release notes](https://github.com/pypa/hatch/releases) - [Commits](https://github.com/pypa/hatch/compare/hatchling-v1.27.0...hatchling-v1.28.0) --- updated-dependencies: - dependency-name: hatchling dependency-version: 1.28.0 dependency-type: direct:development 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 38213a6..13d82f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "hatchling==1.27.0", + "hatchling==1.28.0", "hatch-vcs==0.5.0", "numpy", ] From 54f87b72400af2e3d265a1c589250886f58ea023 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 1 Dec 2025 18:47:12 +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 d06365f..7c0194b 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -1,7 +1,7 @@ channels: - conda-forge dependencies: -- hatchling =1.27.0 +- hatchling =1.28.0 - hatch-vcs =0.5.0 - numpy =2.3.3 - python >=3.11,<3.14 From 2012d9918db1a50738bf7bf8c1a6c183e7070417 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 1 Dec 2025 18:47:30 +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 d06365f..7c0194b 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -1,7 +1,7 @@ channels: - conda-forge dependencies: -- hatchling =1.27.0 +- hatchling =1.28.0 - hatch-vcs =0.5.0 - numpy =2.3.3 - python >=3.11,<3.14 diff --git a/docs/environment.yml b/docs/environment.yml index caec558..e8fe802 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -7,7 +7,7 @@ dependencies: - sphinx-gallery - sphinx-rtd-theme - versioneer -- hatchling =1.27.0 +- hatchling =1.28.0 - hatch-vcs =0.5.0 - numpy =2.3.3 - python >=3.11,<3.14