Skip to content

Commit ee4113d

Browse files
build(deps): update twine requirement from ~=5.1 to ~=6.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@5.1.0...6.0.1) --- updated-dependencies: - dependency-name: twine dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2251170 commit ee4113d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements_ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ flake518 ~= 1.6; python_version >= '3.9'
55
mypy ~= 1.5
66
pydocstyle ~= 6.3
77
pylint ~= 3.1
8-
twine ~= 5.1
8+
twine ~= 6.0
99
types-setuptools >= 67.4

0 commit comments

Comments
 (0)