From fd7dd2d58916127ffafcd9033e56fc80e7ca1322 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 10:52:59 +0000 Subject: [PATCH] fix(deps): update twine requirement from <7,>=4 to >=6.2.0,<7 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/4.0.0...6.2.0) --- updated-dependencies: - dependency-name: twine dependency-version: 6.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 14f6518..403a82b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "docutils>=0.22.4,<1", "pdoc3>=0.11.6", "pytest-cov>=7.1.0,<8", - "twine>=4,<7", + "twine>=6.2.0,<7", "black>=26.3.1,<27", "idna>=3" ]