From 89bc8bb1c1e108426cd06a8870844b9044c11328 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 21:01:22 +0000 Subject: [PATCH] build(deps-dev): bump hatchling Bumps the build-and-release-dependencies group with 1 update: [hatchling](https://github.com/pypa/hatch). Updates `hatchling` from 1.27.0 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 dependency-group: build-and-release-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 266b2188f5..d0bed22ce8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling==1.27.0"] +requires = ["hatchling==1.28.0"] build-backend = "hatchling.build" [project]