[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:
dependabot[bot] 2024-12-02 23:18:49 -08:00 committed by GitHub
parent 3bf31a5e07
commit d83523ffe5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -60,7 +60,7 @@ docs = [
]
build = [
"build~=1.2",
"twine~=5.0",
"twine>=5,<7",
"pyinstaller~=6.5",
]
[project.scripts]