From ba216e46c49cec54a2d65922c5e673626e48442d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 16:08:29 +0000 Subject: [PATCH 1/2] 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 d5cd6b2ca..f13dd26d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["ase", "numpy", "scipy", "hatchling==1.27.0", "hatch-vcs==0.5.0"] +requires = ["ase", "numpy", "scipy", "hatchling==1.28.0", "hatch-vcs==0.5.0"] build-backend = "hatchling.build" [project] From 2c6448254758940d8e1778a5e2597b61c76aa76d Mon Sep 17 00:00:00 2001 From: pyironrunner Date: Tue, 2 Dec 2025 16:08:46 +0000 Subject: [PATCH 2/2] [dependabot skip] Update environment --- .ci_support/environment.yml | 2 +- .ci_support/environment_mini.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 599783f4f..6a53cd393 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -18,5 +18,5 @@ dependencies: - scipy =1.16.3 - spglib =2.6.0 - sqsgenerator =0.3 -- hatchling =1.27.0 +- hatchling =1.28.0 - hatch-vcs =0.5.0 diff --git a/.ci_support/environment_mini.yml b/.ci_support/environment_mini.yml index cfe7cfe15..031c0142d 100644 --- a/.ci_support/environment_mini.yml +++ b/.ci_support/environment_mini.yml @@ -5,5 +5,5 @@ dependencies: - coverage - numpy =2.3.5 - scipy =1.16.3 -- hatchling =1.27.0 +- hatchling =1.28.0 - hatch-vcs =0.5.0