From 3bd20b012b1a00280fb9099b26d12abe025405cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 18:14:16 +0000 Subject: [PATCH 1/3] Bump hatchling from 1.30.1 to 1.31.0 Bumps [hatchling](https://github.com/pypa/hatch) from 1.30.1 to 1.31.0. - [Release notes](https://github.com/pypa/hatch/releases) - [Commits](https://github.com/pypa/hatch/compare/hatchling-v1.30.1...hatchling-v1.31.0) --- updated-dependencies: - dependency-name: hatchling dependency-version: 1.31.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 aa4eae94..e2f056d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "hatchling==1.30.1", + "hatchling==1.31.0", "hatch-vcs==0.5.0", ] build-backend = "hatchling.build" From be53a2ab4200315b67bda63225efe89c9327ebcb Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 13 Jul 2026 18:14:31 +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 5312815a..ffb02879 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -1,7 +1,7 @@ channels: - conda-forge dependencies: -- hatchling =1.30.1 +- hatchling =1.31.0 - hatch-vcs =0.5.0 - packaging =26.2 - python >=3.11, <3.15 From ed6509ae3aa0604a4bcbf5cebbadbeb335c3b8b2 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 13 Jul 2026 18:14:46 +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 29119709..741c93b2 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -1,7 +1,7 @@ channels: - conda-forge dependencies: -- hatchling =1.30.1 +- hatchling =1.31.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 aea5d1c2..fcf69dd5 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -7,7 +7,7 @@ dependencies: - sphinx-gallery - sphinx-rtd-theme - versioneer -- hatchling =1.30.1 +- hatchling =1.31.0 - hatch-vcs =0.5.0 - packaging =26.2 - python >=3.11, <3.15