Skip to content

Commit

Permalink
chore(deps-dev): update twine requirement
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@4.0.1...5.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent 380c7d5 commit cd80a74
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 @@ -59,7 +59,7 @@ macaron = 'macaron.__main__:main'
# installed. Make sure to keep the requirements in sync with the workflows!
actions = [
"commitizen >=3.13.0,<4.0.0",
"twine >=4.0.1,<5.0.0",
"twine >=4.0.1,<6.0.0",
]
dev = [
"flit >=3.2.0,<4.0.0",
Expand Down

0 comments on commit cd80a74

Please sign in to comment.