From b501389a562e0b0518b2577cae1c10efbd7b2268 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 12:43:15 +0000 Subject: [PATCH] build(deps-dev): bump hatchling from 1.32.0 to 1.32.3 Bumps [hatchling](https://github.com/pypa/hatch) from 1.32.0 to 1.32.3. - [Release notes](https://github.com/pypa/hatch/releases) - [Commits](https://github.com/pypa/hatch/compare/hatchling-v1.32.0...hatchling-v1.32.3) --- updated-dependencies: - dependency-name: hatchling dependency-version: 1.32.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e26b9992..7e6d53b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling==1.32.0"] +requires = ["hatchling==1.32.3"] build-backend = "hatchling.build" [project]