From 9d343b15d4f134590d90a77446a54507fdfe1647 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 14:24:08 +0000 Subject: [PATCH] chore(deps): Bump hatchling from 1.27.0 to 1.32.0 in /services/api 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] --- services/api/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/api/pyproject.toml b/services/api/pyproject.toml index 2542575..7385c8b 100644 --- a/services/api/pyproject.toml +++ b/services/api/pyproject.toml @@ -42,7 +42,7 @@ six-community-retention = "sixsentences_server.ops.retention:main" sixsentences-engine = { path = "../..", editable = false } [build-system] -requires = ["hatchling==1.27.0"] +requires = ["hatchling==1.32.0"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel]