From e0cedf94d39935ec56aad482a80dc94fb1d321b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 04:55:35 +0000 Subject: [PATCH] build(deps-dev): bump the development-tooling group across 1 directory with 2 updates Updates the requirements on [twine](https://github.com/pypa/twine) and [hatchling](https://github.com/pypa/hatch) to permit the latest version. Updates `twine` to 7.0.0 - [Release notes](https://github.com/pypa/twine/releases) - [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/twine/compare/6.2.0...7.0.0) Updates `hatchling` from 1.31.0 to 1.32.0 - [Release notes](https://github.com/pypa/hatch/releases) - [Commits](https://github.com/pypa/hatch/compare/hatchling-v1.31.0...hatchling-v1.32.0) --- updated-dependencies: - dependency-name: twine dependency-version: 7.0.0 dependency-type: direct:development dependency-group: development-tooling - dependency-name: hatchling dependency-version: 1.32.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-tooling ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d3d9b0c..bf21434 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling==1.31.0"] +requires = ["hatchling==1.32.0"] build-backend = "hatchling.build" [project] @@ -49,7 +49,7 @@ dev = [ "pytest>=8.3", "pytest-cov>=6.0", "ruff>=0.11", - "twine>=6.2,<7", + "twine>=6.2,<8", "types-jsonschema>=4.23", ]