From afc04b12e868a907eb2c1ed6afa5e217f1cacf84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 19:34:08 +0000 Subject: [PATCH] chore(deps): bump hatchling from 1.24.2 to 1.26.1 Bumps [hatchling](https://github.com/pypa/hatch) from 1.24.2 to 1.26.1. - [Release notes](https://github.com/pypa/hatch/releases) - [Commits](https://github.com/pypa/hatch/compare/hatchling-v1.24.2...hatchling-v1.26.1) --- updated-dependencies: - dependency-name: hatchling dependency-type: direct:production 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 f627f21..5fb1ab1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling==1.24.2"] +requires = ["hatchling==1.26.1"] build-backend = "hatchling.build" [project]