diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e3c989e3f..ef93b5552 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: v4.11.1 + rev: v4.11.6 hooks: - id: commitizen stages: [commit-msg] @@ -51,6 +51,6 @@ repos: - id: rst-directive-colons - id: rst-inline-touching-normal - repo: https://github.com/maxbrunet/pre-commit-renovate - rev: 42.78.2 + rev: 42.84.0 hooks: - id: renovate-config-validator diff --git a/requirements-lint.txt b/requirements-lint.txt index 1e0713a35..063d7364f 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -1,7 +1,7 @@ -r requirements.txt argcomplete==2.0.0 black==25.12.0 -commitizen==4.11.0 +commitizen==4.11.6 flake8==7.3.0 isort==7.0.0 mypy==1.19.1