From 891dee7b441e6df36f8441a8a46290fe3e05e93d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 01:59:59 +0000 Subject: [PATCH] fix(pypi): update dependency hatchling to v1.31.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b36fce4..06a7170 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.30.1", + "hatchling==1.31.0", ] [project.urls]