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.24.0 --> ^2.27.0
pre-commit ^2.18.1 --> ^2.19.0
  • Loading branch information
Kurt-von-Laven committed May 17, 2022
1 parent 02aecc1 commit 0a64879
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ repos:

## Git
- repo: https://github.com/commitizen-tools/commitizen
rev: v2.24.0 # Keep in sync with pyproject.toml.
rev: v2.27.0 # Keep in sync with pyproject.toml.
hooks:
- id: commitizen
stages:
Expand Down
64 changes: 32 additions & 32 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ build-backend = "poetry.core.masonry.api"
python = "^3.10.4"

[tool.poetry.dev-dependencies]
commitizen = "^2.24.0" # Keep in sync with .pre-commit-config.yaml.
pre-commit = "^2.18.1"
commitizen = "^2.27.0" # Keep in sync with .pre-commit-config.yaml.
pre-commit = "^2.19.0"

0 comments on commit 0a64879

Please sign in to comment.