From 2a66a6a9f67d8ef056a03c2af4eab3325f88e630 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 15:12:58 +0000 Subject: [PATCH] chore(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.30.1) --- updated-dependencies: - dependency-name: hatchling dependency-version: 1.30.1 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 73aa610..88404a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ Issues = "https://github.com/AceDataCloud/SoraMCP/issues" Changelog = "https://github.com/AceDataCloud/SoraMCP/blob/main/CHANGELOG.md" [build-system] -requires = ["hatchling>=1.21.0,<1.30.0"] +requires = ["hatchling>=1.21.0,<1.31.0"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel]