From 131a9eac2022bc1e0897eae542fdc95400c80525 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2026 17:13:02 +0000 Subject: [PATCH] build(deps-dev): update hatchling requirement Updates the requirements on [hatchling](https://github.com/pypa/hatch) to permit the latest version. - [Release notes](https://github.com/pypa/hatch/releases) - [Commits](https://github.com/pypa/hatch/compare/hatchling-v1.21.0...hatchling-v1.29.0) --- updated-dependencies: - dependency-name: hatchling dependency-version: 1.29.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ef38af6..26e85eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ Issues = "https://github.com/AceDataCloud/mcp-shorturl/issues" Changelog = "https://github.com/AceDataCloud/mcp-shorturl/blob/main/CHANGELOG.md" [build-system] -requires = ["hatchling>=1.21.0,<1.25.0"] +requires = ["hatchling>=1.21.0,<1.30.0"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel]