From 959a5db207eeadb9199691c661f0bc50b0904b7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 13:40:14 +0000 Subject: [PATCH] Build(deps-dev): update hatchling requirement from >=1.31.0 to >=1.32.0 Updates the requirements on [hatchling](https://github.com/pypa/hatch) to permit the latest version. - [Release notes](https://github.com/pypa/hatch/releases) - [Commits](https://github.com/pypa/hatch/compare/hatchling-v1.31.0...hatchling-v1.32.0) --- updated-dependencies: - dependency-name: hatchling dependency-version: 1.32.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- packages/pybamm/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/pybamm/pyproject.toml b/packages/pybamm/pyproject.toml index 6dfbcf5224..7d6c317655 100644 --- a/packages/pybamm/pyproject.toml +++ b/packages/pybamm/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling>=1.31.0", "hatch-vcs>=0.5.0"] +requires = ["hatchling>=1.32.0", "hatch-vcs>=0.5.0"] build-backend = "hatchling.build" [project]