Skip to content

Commit 037253f

Browse files
chore(deps-dev): update twine requirement
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@4.0.2...6.0.1) --- updated-dependencies: - dependency-name: twine dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 042c212 commit 037253f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ mypy = "1.13.0"
7474

7575

7676
[tool.poetry.group.test-pypi.dependencies]
77-
twine = ">=4.0.2,<6.0.0"
77+
twine = ">=4.0.2,<7.0.0"
7878

7979

8080
[build-system]

0 commit comments

Comments
 (0)