From 07d9cce7df7c5962b92d0e3221f27d9d123f5551 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 01:59:19 +0000 Subject: [PATCH] deps: update dependency hatchling to v1.32.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 40490f8..f4de60b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dev = [ ] [build-system] -requires = ["hatchling==1.32.0", "packaging==26.3"] +requires = ["hatchling==1.32.4", "packaging==26.3"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel]