Skip to content

Commit 712529c

Browse files
Bump twine from 6.2.0 to 7.0.0 in the release-tooling group (#699)
Bumps the release-tooling group with 1 update: [twine](https://github.com/pypa/twine). Updates `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](pypa/twine@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 dependency-group: release-tooling ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d4b50f0 commit 712529c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ release = [
4141
"build==1.5.1",
4242
# Twine is only needed for manual/local uploads (Makefile pypi target);
4343
# GitHub Actions publishing uses pypa/gh-action-pypi-publish instead.
44-
"twine==6.2.0",
44+
"twine==7.0.0",
4545
]
4646

4747
[project.urls]

0 commit comments

Comments
 (0)