From 88a25c5be0264c8fbb6067e670441d878fa2b514 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 15:24:20 +0000 Subject: [PATCH] Update twine requirement from <7.0,>=6.0.0 to >=6.0.0,<8.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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d52aab1..05d7c36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ dev = [ "PyYAML>=6.0,<7.0", "ruff>=0.9.0,<1.0", "build>=1.2.0,<2.0", - "twine>=6.0.0,<7.0", + "twine>=6.0.0,<8.0", "mypy>=1.8.0", "types-requests", "pytest-html",