From cb7b73c9921668591b471d42b63154bc70f3d211 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 04:21:46 +0000 Subject: [PATCH] build: update twine requirement in the python-development group Updates the requirements on [twine](https://github.com/pypa/twine) to permit the latest version. Updates `twine` to 7.0.0 - [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.2.0...7.0.0) --- updated-dependencies: - dependency-name: twine dependency-version: 7.0.0 dependency-type: direct:development dependency-group: python-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 be150b9..939d23f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ dev = [ "pytest>=9,<10", "pytest-cov>=7,<8", "ruff>=0.15,<1", - "twine>=6.2,<7", + "twine>=6.2,<8", ] [project.urls]