From c0a7e311ba295e99fe377e0b85c68c00ee24f6fe Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 19:51:34 +0000 Subject: [PATCH 1/4] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.6 → v0.14.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.6...v0.14.7) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f26255730..20f6b440c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.6 + rev: v0.14.7 hooks: - id: ruff name: ruff lint From 01a31c09efdfc923e16c5fae1fe1b87b982d9539 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Mon, 1 Dec 2025 21:12:55 +0100 Subject: [PATCH 2/4] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f13dd26d0..d5cd6b2ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["ase", "numpy", "scipy", "hatchling==1.28.0", "hatch-vcs==0.5.0"] +requires = ["ase", "numpy", "scipy", "hatchling==1.27.0", "hatch-vcs==0.5.0"] build-backend = "hatchling.build" [project] From 2fb4d65a4182f47b6d7e9267f94c0c1fbd179f21 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Mon, 1 Dec 2025 21:13:14 +0100 Subject: [PATCH 3/4] 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 6a53cd393..599783f4f 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.28.0 +- hatchling =1.27.0 - hatch-vcs =0.5.0 From 6dd2da2f6afef9197306044236578b39ffe678ce Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Mon, 1 Dec 2025 21:13:27 +0100 Subject: [PATCH 4/4] 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 031c0142d..cfe7cfe15 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.28.0 +- hatchling =1.27.0 - hatch-vcs =0.5.0