From d408f1ca5ed70035efc3dd9ebb99516649506ed7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 07:15:23 +0000 Subject: [PATCH] Update hatchling requirement from <1.31,>=1.14.1 to >=1.14.1,<1.32 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.31.0) --- updated-dependencies: - dependency-name: hatchling dependency-version: 1.31.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 f540d43..c23c2cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ classifiers = [ ] dependencies = [ - "hatchling>=1.14.1,<1.31", + "hatchling>=1.14.1,<1.32", "p2a>=0.1.1,<0.2", "pkn>=0.3,<0.6", ]