From 83bc35044aa6d5af5d863c0be7d7eb1357b619a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 15:14:14 +0000 Subject: [PATCH] Update hatchling requirement in the all-version-updates group Updates the requirements on [hatchling](https://github.com/pypa/hatch) to permit the latest version. Updates `hatchling` to 1.31.0 - [Release notes](https://github.com/pypa/hatch/releases) - [Commits](https://github.com/pypa/hatch/compare/hatchling-v1.30.1...hatchling-v1.31.0) --- updated-dependencies: - dependency-name: hatchling dependency-version: 1.31.0 dependency-type: direct:development dependency-group: all-version-updates ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ee2c49a..cd73db8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling>=1.30.1"] +requires = ["hatchling>=1.31.0"] build-backend = "hatchling.build" [project]