Skip to content

Commit 4a043e4

Browse files
Update twine requirement from ~=5.1 to ~=6.1 (#284)
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@5.1.0...6.1.0) --- updated-dependencies: - dependency-name: twine 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 97c551f commit 4a043e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pipdeptree~=2.23
1717

1818
# uploading to pypi
1919
build~=1.2
20-
twine~=5.1
20+
twine~=6.1
2121

2222
# for sbom.xml file
2323
xq~=0.0

0 commit comments

Comments
 (0)