From 374a5091e4049139d9c56b93333e4b068680b257 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 21:03:34 +0000 Subject: [PATCH] deps-dev: update hatchling requirement from <1.30,>=1.27 to >=1.27,<1.33 Updates the requirements on [hatchling](https://github.com/pypa/hatch) to permit the latest version. - [Release notes](https://github.com/pypa/hatch/releases) - [Commits](https://github.com/pypa/hatch/compare/hatchling-v1.27.0...hatchling-v1.32.0) --- updated-dependencies: - dependency-name: hatchling dependency-version: 1.32.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d737f6f..a27c387 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ # twine and PyPI's upload validation reject (this broke the 0.4.2 OIDC publish). # Pin below it so the build produces 2.4 artifacts that upload cleanly. Lift the # cap once PyPI/twine accept 2.5. -requires = ["hatchling>=1.27,<1.30"] +requires = ["hatchling>=1.27,<1.33"] build-backend = "hatchling.build" [project]