From 66c349534fbb45338a5706148c0dbe40b9b18b6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 07:19:40 +0000 Subject: [PATCH] Update hatchling requirement from <1.29,>=1.14.1 to >=1.14.1,<1.30 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.14.1...hatchling-v1.29.0) --- updated-dependencies: - dependency-name: hatchling dependency-version: 1.29.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fbfab19..17c9c04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ classifiers = [ ] dependencies = [ - "hatchling>=1.14.1,<1.29", + "hatchling>=1.14.1,<1.30", "p2a>=0.1.1,<0.2", "pkn>=0.3,<0.5", ]