Skip to content

Commit 67b495e

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@6.1.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>
1 parent 95c4d39 commit 67b495e

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
@@ -42,7 +42,7 @@ dev = [
4242
"pyyaml>=6.0.2,<7.0.0",
4343
"ruff>=0.12.0,<1.0.0",
4444
"tomli>=2.2.1,<3.0.0",
45-
"twine>=6.1.0,<7.0.0",
45+
"twine>=6.1.0,<8.0.0",
4646
"types-pyyaml>=6.0.12,<7.0.0",
4747
]
4848

0 commit comments

Comments
 (0)