From 7b089810bc68c9f6b52d841dbe024b85a240aff0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 20:52:32 +0000 Subject: [PATCH] Update twine requirement from >=6.0 to >=7.0.0 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 232b653..13745d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,12 +66,12 @@ test = [ ] release = [ "build>=1.5.1", - "twine>=6.0", + "twine>=7.0.0", ] dev = [ "build>=1.5.1", "pytest>=8.0", - "twine>=6.0", + "twine>=7.0.0", ] [project.scripts]