From e2bbde43304450966d68cebaf6f5383e8dae3dc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 02:10:07 +0000 Subject: [PATCH] Bump hatchling from 1.30.1 to 1.31.0 Bumps [hatchling](https://github.com/pypa/hatch) from 1.30.1 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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7a8ebba..2c19766 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ build = [ [build-system] requires = [ - "hatchling==1.30.1", + "hatchling==1.31.0", "hatch-vcs==0.5.0" ] build-backend = "hatchling.build"