Skip to content

Commit a7b8773

Browse files
Update twine requirement from >=4.0.2,<6.0.0 to >=4.0.2,<7.0.0
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 f257764 commit a7b8773

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
@@ -77,7 +77,7 @@ mypy = "1.13.0"
7777

7878

7979
[tool.poetry.group.test-pypi.dependencies]
80-
twine = ">=4.0.2,<6.0.0"
80+
twine = ">=4.0.2,<7.0.0"
8181

8282

8383
[build-system]

0 commit comments

Comments
 (0)