From da234af1b8cca07b9383dedadc4aff1e014009bd Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 26 Aug 2026 05:44:03 +0000 Subject: [PATCH] Update hatchling 1.31 to 1.32 Co-authored-by: jan-janssen <3854739+jan-janssen@users.noreply.github.com> --- .ci_support/environment-docs.yml | 2 +- .ci_support/environment-mini.yml | 2 +- .ci_support/environment.yml | 2 +- binder/environment.yml | 2 +- pyproject.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.ci_support/environment-docs.yml b/.ci_support/environment-docs.yml index f894a09b8..de28f7bbc 100644 --- a/.ci_support/environment-docs.yml +++ b/.ci_support/environment-docs.yml @@ -4,7 +4,7 @@ dependencies: - ase =3.29.0 - numpy =2.4.6 - scipy =1.18.0 -- hatchling =1.31.0 +- hatchling =1.32.0 - hatch-vcs =0.5.0 - myst-parser - nbsphinx diff --git a/.ci_support/environment-mini.yml b/.ci_support/environment-mini.yml index 08cd70272..cda9ee31e 100644 --- a/.ci_support/environment-mini.yml +++ b/.ci_support/environment-mini.yml @@ -5,5 +5,5 @@ dependencies: - coverage - numpy =2.4.6 - scipy =1.18.0 -- hatchling =1.31.0 +- hatchling =1.32.0 - hatch-vcs =0.5.0 diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index e653171ad..267dbeb6f 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -18,6 +18,6 @@ dependencies: - scipy =1.18.0 - spglib =2.7.0 - sqsgenerator =0.5.5 -- hatchling =1.31.0 +- hatchling =1.32.0 - hatch-vcs =0.5.0 - mp-api =0.45.15 diff --git a/binder/environment.yml b/binder/environment.yml index fa69e2168..75dd649fc 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -17,7 +17,7 @@ dependencies: - spglib =2.7.0 - sqsgenerator =0.5.5 - setuptools <80 -- hatchling =1.31.0 +- hatchling =1.32.0 - hatch-vcs =0.5.0 - mp-api =0.45.15 - lammps =2025.07.22=*openmpi* diff --git a/pyproject.toml b/pyproject.toml index d0647e5a2..e98ded460 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["ase", "numpy", "scipy", "hatchling==1.31.0", "hatch-vcs==0.5.0"] +requires = ["ase", "numpy", "scipy", "hatchling==1.32.0", "hatch-vcs==0.5.0"] build-backend = "hatchling.build" [project]