From aa381bc7c94eda35da2d4e6b98818738d0bd7f7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 05:25:05 +0000 Subject: [PATCH] chore(deps-dev): update hatchling requirement from <1.27 to <1.32 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-v0.3...hatchling-v1.31.0) --- updated-dependencies: - dependency-name: hatchling dependency-version: 1.31.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f8a00c6..17a6787 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ # Keep the isolated build backend on a metadata-2.4-compatible hatchling line. # Newer hatchling releases can emit Core Metadata 2.5, which current CI's # `twine check` rejects as an invalid distribution metadata version. -requires = ["hatchling<1.27"] +requires = ["hatchling<1.32"] build-backend = "hatchling.build" [project]