[DEV] Update twine requirement from ~=5.0 to >=5,<7 (#1133)
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](https://github.com/pypa/twine/compare/5.0.0...6.0.1) --- updated-dependencies: - dependency-name: twine dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
3bf31a5e07
commit
d83523ffe5
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ docs = [
|
|||
]
|
||||
build = [
|
||||
"build~=1.2",
|
||||
"twine~=5.0",
|
||||
"twine>=5,<7",
|
||||
"pyinstaller~=6.5",
|
||||
]
|
||||
[project.scripts]
|
||||
|
|
|
|||
Loading…
Reference in a new issue