From 987db13496d3b37d5ca42def89ee1f542e2705fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 17:39:45 +0000 Subject: [PATCH] chore(deps): bump hatchling from 1.26.3 to 1.27.0 (#258) Bumps [hatchling](https://github.com/pypa/hatch) from 1.26.3 to 1.27.0. - [Release notes](https://github.com/pypa/hatch/releases) - [Commits](https://github.com/pypa/hatch/compare/hatchling-v1.26.3...hatchling-v1.27.0) --- updated-dependencies: - dependency-name: hatchling dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4133b62..4a0d431 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ # Build system information and other project-specific configuration below. [build-system] -requires = ["hatchling==1.26.3", "hatch-vcs", "hatch-fancy-pypi-readme"] +requires = ["hatchling==1.27.0", "hatch-vcs", "hatch-fancy-pypi-readme"] # pinned hatchling version because https://github.com/astral-sh/rye/issues/1446 build-backend = "hatchling.build"