Skip to content

Commit e8d7308

Browse files
Update twine requirement from >=6.2.0 to >=7.0.0 (#47)
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](pypa/twine@6.2.0...7.0.0) --- updated-dependencies: - dependency-name: twine dependency-version: 7.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f80e602 commit e8d7308

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
@@ -49,7 +49,7 @@ ci-gpu-pin = [
4949
]
5050

5151
build = [
52-
"twine>=6.2.0",
52+
"twine>=7.0.0",
5353
"wheel>=0.47.0",
5454
"build>=1.5.0"
5555
]

0 commit comments

Comments
 (0)