Skip to content

Commit d9eb3cf

Browse files
Update twine requirement in the pip group across 1 directory
Updates the requirements on [twine](https://github.com/pypa/twine) to permit the latest version. Updates `twine` 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 dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e5c8546 commit d9eb3cf

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
@@ -29,7 +29,7 @@ dev = [
2929
"ruff~=0.16.3",
3030
"pyright~=1.1.411",
3131
"build~=1.5",
32-
"twine~=6.2",
32+
"twine>=6.2,<8.0",
3333
]
3434

3535
[project.urls]

0 commit comments

Comments
 (0)