From 4203c6b9909ddc9b220289ed4c7477f589cf3b48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 17:05:55 +0000 Subject: [PATCH] chore: bump hatchling from 1.31.0 to 1.32.0 Bumps [hatchling](https://github.com/pypa/hatch) from 1.31.0 to 1.32.0. - [Release notes](https://github.com/pypa/hatch/releases) - [Commits](https://github.com/pypa/hatch/compare/hatchling-v1.31.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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0f9f719..fbb269c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ pydantic-v2 = [ ] [build-system] -requires = ["hatchling==1.31.0", "hatch-fancy-pypi-readme"] +requires = ["hatchling==1.32.0", "hatch-fancy-pypi-readme"] build-backend = "hatchling.build" [tool.hatch.build]