From 1cfad7fe9ff16b6a798caed911e828a5f4ce26c4 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Sun, 4 Jan 2026 12:07:59 +0100 Subject: [PATCH 1/3] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 01cefa9f3..d01109655 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 2a28de15cb4fe5444df39aaaf956e4b733c0d203 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Sun, 4 Jan 2026 12:08:19 +0100 Subject: [PATCH 2/3] Update environment.yml --- .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 3af892549..f2a86b9dc 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -18,5 +18,5 @@ dependencies: - scipy =1.16.3 - spglib =2.7.0 - sqsgenerator =0.3 -- hatchling =1.27.0 +- hatchling =1.28.0 - hatch-vcs =0.5.0 From 52a151ccb5264493e3d1878c3a01c832a9f39adb Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Sun, 4 Jan 2026 12:08:31 +0100 Subject: [PATCH 3/3] Update environment_mini.yml --- .ci_support/environment_mini.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment_mini.yml b/.ci_support/environment_mini.yml index c7678757d..cf4f0fb49 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