From 78901b9768b7143452a0c2e56baa8a4d0defdeb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 16:19:34 +0000 Subject: [PATCH] build(deps-dev): update hatchling requirement from >=1.21.1 to >=1.27.0 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.1...hatchling-v1.27.0) --- updated-dependencies: - dependency-name: hatchling dependency-version: 1.27.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 cdf091c..e10b705 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ Security = "https://github.com/noisecutter/noisecutter/blob/main/SECURITY.md" noisecutter = "noisecutter.cli:main" [build-system] -requires = ["hatchling>=1.21.1"] +requires = ["hatchling>=1.27.0"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel]