diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 262c348f..33485fbc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,7 +42,7 @@ repos: hooks: - id: git-check - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.4 + rev: 0.30.0 hooks: - id: check-github-actions - id: check-github-workflows @@ -92,8 +92,8 @@ repos: - --die-on-tool-error - --output-format=pylint additional_dependencies: - - prospector-profile-duplicated==1.6.0 # pypi - - prospector-profile-utils==1.9.1 # pypi + - prospector-profile-duplicated==1.8.0 # pypi + - prospector-profile-utils==1.12.2 # pypi - repo: https://github.com/sbrunner/jsonschema-validator rev: 0.3.2 hooks: