Skip to content

Commit

Permalink
Update twine requirement from <6,>=5 to >=5,<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@5.0.0...6.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent 746d3df commit e5379d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ develop = [
"mdformat>=0.7.19,<0.8",
"mdformat-tables>=1,<1.1",
"ruff>=0.6,<0.8",
"twine>=5,<6",
"twine>=5,<7",
# test
"pytest",
"pytest-cov",
Expand Down

0 comments on commit e5379d3

Please sign in to comment.