From a8ac4d7cd086d3a5cf882b510210374915ecd919 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 04:38:25 +0000 Subject: [PATCH] build(deps-dev): bump hatchling in /packages/agentrust-trace-adapters Bumps [hatchling](https://github.com/pypa/hatch) from 1.27.0 to 1.32.0. - [Release notes](https://github.com/pypa/hatch/releases) - [Commits](https://github.com/pypa/hatch/compare/hatchling-v1.27.0...hatchling-v1.32.0) --- updated-dependencies: - dependency-name: hatchling dependency-version: 1.32.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/agentrust-trace-adapters/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/agentrust-trace-adapters/pyproject.toml b/packages/agentrust-trace-adapters/pyproject.toml index d447259..8cf9992 100644 --- a/packages/agentrust-trace-adapters/pyproject.toml +++ b/packages/agentrust-trace-adapters/pyproject.toml @@ -1,7 +1,7 @@ [build-system] # Hatchling 1.29+ emits Core Metadata 2.5, which Twine 6.2 cannot yet validate. # Pin the backend so release artifacts remain reproducible and inspectable. -requires = ["hatchling==1.27.0"] +requires = ["hatchling==1.32.0"] build-backend = "hatchling.build" [project]