From 261ae0b3c98b6997601d11f11816faec81e6fabd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 08:45:12 +0000 Subject: [PATCH] chore(deps-dev): update hatchling requirement 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.26.0...hatchling-v1.32.0) --- updated-dependencies: - dependency-name: hatchling dependency-version: 1.32.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 67ad180a..4d330c4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -168,7 +168,7 @@ dev = [ [build-system] # hatchling>=1.32 emits Metadata-Version 2.5, which the pinned twine version # does not yet recognize as valid (https://github.com/pypa/twine/issues/1327). -requires = ["hatchling>=1.26,<1.32"] +requires = ["hatchling>=1.26,<1.33"] build-backend = "hatchling.build" [tool.hatch.build]