From 4aab59c49d92181417be623cdc3e4bca7685b704 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 03:59:12 +0000 Subject: [PATCH] Update dependency hatchling to v1.26.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1be994d8..cf8afa58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling==1.25.0"] +requires = ["hatchling==1.26.1"] build-backend = "hatchling.build" [project]