From a742f946a3e81e65c628ad4511f02e623e83b195 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 06:55:44 +0000 Subject: [PATCH] chore(deps): upgrade dependency hatchling to ~=1.31.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 753885e..d5deca3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: ISC # Copyright: 2026 NiceBots.xyz [build-system] -requires = ["hatchling~=1.29.0", "hatch-vcs~=0.5.0"] +requires = ["hatchling~=1.31.0", "hatch-vcs~=0.5.0"] build-backend = "hatchling.build" [project]