From 2191797ef09fba4e278ae4d4ae4e5876eb177f8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 13:22:47 +0000 Subject: [PATCH] build(deps-dev): update twine requirement from <7 to <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/1.3.0...7.0.0) --- updated-dependencies: - dependency-name: twine dependency-version: 7.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c7851f0..c78f580 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ "develop": [ "pyproject-fmt<3", "ruff<0.16; python_version >= '3.7'", - "twine<7", + "twine<8", "wheel<1", ], "test": [