From 7c88808c09b40808a6f10c2c4d278d3e4bf0f8ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 08:15:02 +0000 Subject: [PATCH 1/3] Bump hatchling from 1.29.0 to 1.30.1 Bumps [hatchling](https://github.com/pypa/hatch) from 1.29.0 to 1.30.1. - [Release notes](https://github.com/pypa/hatch/releases) - [Commits](https://github.com/pypa/hatch/compare/hatchling-v1.29.0...hatchling-v1.30.1) --- updated-dependencies: - dependency-name: hatchling dependency-version: 1.30.1 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 c68c93c..73336be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "hatchling==1.29.0", + "hatchling==1.30.1", "hatch-vcs==0.5.0", ] build-backend = "hatchling.build" From ea426253f7f42130654c68fc2e755229ebe828b2 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 29 Jun 2026 08:15:19 +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 4fea5f3..46d825b 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -3,7 +3,7 @@ channels: dependencies: - coveralls - coverage -- hatchling =1.29.0 +- hatchling =1.30.1 - hatch-vcs =0.5.0 - setuptools - numpy =2.4.3 From fe83f7adfac69e883c7e8e1393b82b7dd4a6e8d4 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 29 Jun 2026 08:15:37 +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 4fea5f3..46d825b 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -3,7 +3,7 @@ channels: dependencies: - coveralls - coverage -- hatchling =1.29.0 +- hatchling =1.30.1 - hatch-vcs =0.5.0 - setuptools - numpy =2.4.3 diff --git a/docs/environment.yml b/docs/environment.yml index ffcc4fd..b937d1a 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -9,7 +9,7 @@ dependencies: - versioneer - coveralls - coverage -- hatchling =1.29.0 +- hatchling =1.30.1 - hatch-vcs =0.5.0 - setuptools - numpy =2.4.3