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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 97c551f commit 4a043e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)