diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index de49fbf53..7d6033a27 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: hooks: - id: black - repo: https://github.com/commitizen-tools/commitizen - rev: v3.12.0 + rev: v3.13.0 hooks: - id: commitizen stages: [commit-msg] @@ -47,6 +47,6 @@ repos: - id: rst-directive-colons - id: rst-inline-touching-normal - repo: https://github.com/maxbrunet/pre-commit-renovate - rev: 37.68.3 + rev: 37.83.0 hooks: - id: renovate-config-validator diff --git a/requirements-lint.txt b/requirements-lint.txt index 1e35febd4..7a08263fe 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -1,7 +1,7 @@ -r requirements.txt argcomplete==2.0.0 black==23.11.0 -commitizen==3.12.0 +commitizen==3.13.0 flake8==6.1.0 isort==5.12.0 mypy==1.7.1