From ebb08740755dab5d76a88d4cb2edb1e684f9158e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 12:16:10 +0000 Subject: [PATCH] chore(deps): bump twine from 6.1.0 to 6.2.0 Bumps [twine](https://github.com/pypa/twine) from 6.1.0 to 6.2.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.1.0...6.2.0) --- updated-dependencies: - dependency-name: twine dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a39d7df..29b2837 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ python_cli_template = "python_cli_template.cli:main" build = [ "build==1.3.0", "pyinstaller==6.15.0", - "twine==6.1.0", + "twine==6.2.0", ] docs = [ "pdoc==15.0.4",