From aa0c71ececdaf1832d98c0ccf4d1a06a7cb05206 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 06:10:45 +0000 Subject: [PATCH] Update hatchling requirement from >=1.26 to >=1.29.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.26.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 d2da7d0..196dc6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling >= 1.26", "hatch-vcs"] +requires = ["hatchling>=1.29.0", "hatch-vcs"] build-backend = "hatchling.build" [project]