From f231f2209d3939064e12b01623635bd23947641a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 22:03:27 +0000 Subject: [PATCH] Build(deps-dev): Update twine requirement from <7,>=5 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/5.0.0...6.2.0) --- updated-dependencies: - dependency-name: twine dependency-version: 6.2.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 478bc8c7..e7e76592 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,7 +101,7 @@ dev = [ "pytest-xdist>=3.8,<4", "ruff>=0.15.22,<1", "sigstore>=4.2.0,<5", - "twine>=5,<7", + "twine>=6.2.0,<7", ] [project.scripts]