From 9a7e67ddde53efba03f9a8e2749ed7d1c8c91b51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 07:16:43 +0000 Subject: [PATCH] Update hatchling requirement from <1.30,>=1.14.1 to >=1.14.1,<1.31 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.30.1) --- updated-dependencies: - dependency-name: hatchling dependency-version: 1.30.1 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 537cf77..cff7b84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ classifiers = [ ] dependencies = [ - "hatchling>=1.14.1,<1.30", + "hatchling>=1.14.1,<1.31", "p2a>=0.1.1,<0.2", "pkn>=0.3,<0.6", ]