From c91cf530f5bdd8d9fb7d2c0ed02f7574aaa1dcfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 02:14:03 +0000 Subject: [PATCH] build(deps-dev): update twine requirement from <7,>=6.0 to >=6.0,<8 Updates the requirements on [twine](https://github.com/pypa/twine) to permit the latest version. - [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.0.0...7.0.0) --- updated-dependencies: - dependency-name: twine dependency-version: 7.0.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 ec2399b..ed8ccf9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dev = [ "pytest>=8.4,<10", "pytest-cov>=6.2,<8", "ruff>=0.16,<0.17", - "twine>=6.0,<7", + "twine>=6.0,<8", ] [tool.hatch.build.targets.wheel]