Skip to content

Commit

Permalink
Update twine requirement from <6 to <7
Browse files Browse the repository at this point in the history
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@1.3.0...6.0.1)

---
updated-dependencies:
- dependency-name: twine
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and amotl committed Dec 7, 2024
1 parent 3a0feb3 commit 431df7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
extras_require={
"release": [
"build<2",
"twine<6",
"twine<7",
],
"test": [
"pytest>=6,<9",
Expand Down

0 comments on commit 431df7d

Please sign in to comment.