From 696a2de4aefe50b7eae672dba0b4d1f995256e18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 05:01:04 +0000 Subject: [PATCH] chore(deps-dev): bump twine from 6.2.0 to 7.0.0 Bumps [twine](https://github.com/pypa/twine) from 6.2.0 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 update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 39a50d91..9fcc4e8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ dev = [ # installed. Make sure to keep the requirements in sync with the workflows! actions = [ "commitizen ==4.16.5", - "twine ==6.2.0", + "twine ==7.0.0", ] check = [ "mypy >=2.0.0,<2.4.0",