From 65130a5a76e3020f07a62cb1292b4c8667ce9578 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 19:08:02 +0000 Subject: [PATCH 1/3] Bump hatchling from 1.31.0 to 1.32.0 Bumps [hatchling](https://github.com/pypa/hatch) from 1.31.0 to 1.32.0. - [Release notes](https://github.com/pypa/hatch/releases) - [Commits](https://github.com/pypa/hatch/compare/hatchling-v1.31.0...hatchling-v1.32.0) --- updated-dependencies: - dependency-name: hatchling dependency-version: 1.32.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 e0cff9d5..3c98c698 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "hatchling==1.31.0", + "hatchling==1.32.0", "hatch-vcs==0.5.0", ] build-backend = "hatchling.build" From d54a93a8f3cbca42b984ca8e4dbdad44f4290db7 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 17 Aug 2026 19:08:22 +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 744cd01e..fa46ec3c 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -1,7 +1,7 @@ channels: - conda-forge dependencies: -- hatchling =1.31.0 +- hatchling =1.32.0 - hatch-vcs =0.5.0 - packaging =26.2 - python >=3.11, <3.15 From c75e3592a72fba4d9d77c3e56c6c6ff985d960e0 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 17 Aug 2026 19:08:40 +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 fdc368c4..f7b3a4ac 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -1,7 +1,7 @@ channels: - conda-forge dependencies: -- hatchling =1.31.0 +- hatchling =1.32.0 - hatch-vcs =0.5.0 - packaging =26.2 - python >=3.11, <3.15 diff --git a/docs/environment.yml b/docs/environment.yml index fa833e4b..2fca5a45 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -7,7 +7,7 @@ dependencies: - sphinx-gallery - sphinx-rtd-theme - versioneer -- hatchling =1.31.0 +- hatchling =1.32.0 - hatch-vcs =0.5.0 - packaging =26.2 - python >=3.11, <3.15