From 9e0692d4d0ffca3fcefd51c09f19ca2749aa7f96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 09:53:50 +0000 Subject: [PATCH] Bump hatchling from 1.27 to 1.28.0 in /12196 Bumps [hatchling](https://github.com/pypa/hatch) from 1.27 to 1.28.0. - [Release notes](https://github.com/pypa/hatch/releases) - [Commits](https://github.com/pypa/hatch/compare/hatchling-v1.27.0...hatchling-v1.28.0) --- updated-dependencies: - dependency-name: hatchling dependency-version: 1.28.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 12196/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12196/pyproject.toml b/12196/pyproject.toml index 6bf5425..9494851 100644 --- a/12196/pyproject.toml +++ b/12196/pyproject.toml @@ -82,7 +82,7 @@ warn_unused_ignores = true [build-system] requires = [ - "hatchling==1.27", + "hatchling==1.28.0", "hatch-vcs==0.5", ] build-backend = "hatchling.build"