Skip to content

Commit

Permalink
chore(deps): update commitizen requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [commitizen](https://github.com/commitizen-tools/commitizen) to permit the latest version.
- [Release notes](https://github.com/commitizen-tools/commitizen/releases)
- [Changelog](https://github.com/commitizen-tools/commitizen/blob/master/CHANGELOG.md)
- [Commits](commitizen-tools/commitizen@v3.13.0...v4.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent d4294d5 commit 3bc2d89
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 @@ -63,7 +63,7 @@ macaron = 'macaron.__main__:main'
# We keep them listed here to ensure the infrastructure BOM is consistent with what's
# installed. Make sure to keep the requirements in sync with the workflows!
actions = [
"commitizen >=3.13.0,<4.0.0",
"commitizen >=3.13.0,<5.0.0",
"twine >=5.0.0,<6.0.0",
]
dev = [
Expand Down

0 comments on commit 3bc2d89

Please sign in to comment.