Skip to content

Commit

Permalink
chore(Python): Upgrade all dependencies to latest
Browse files Browse the repository at this point in the history
Upgrade all transitive dependencies as well.

commitizen ^2.23.0 --> ^2.24.0
  • Loading branch information
Kurt-von-Laven committed Apr 17, 2022
1 parent 5c09002 commit d942f45
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ repos:

## Git
- repo: https://github.com/commitizen-tools/commitizen
rev: v2.23.0
rev: v2.24.0
hooks:
- id: commitizen
stages:
Expand Down
26 changes: 13 additions & 13 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ build-backend = "poetry.core.masonry.api"
python = "^3.10.4"

[tool.poetry.dev-dependencies]
commitizen = "^2.23.0"
commitizen = "^2.24.0"
pre-commit = "^2.18.1"

0 comments on commit d942f45

Please sign in to comment.