From e6b4edfa2ac9ed67cb82bef382107eb5d9baf3f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 06:59:48 +0000 Subject: [PATCH] fix(pypi): update dependency hatchling to v1.32.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 06a7170..4addb31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ dependencies = [ "reqstool-python-decorators==0.1.0", "ruamel.yaml==0.19.1", - "hatchling==1.31.0", + "hatchling==1.32.0", ] [project.urls]