diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 26aea1222..9a15bd7f1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: yamlfmt args: [--mapping, '2', --sequence, '4', --offset, '2'] - repo: https://github.com/adrienverge/yamllint.git - rev: v1.32.0 + rev: v1.33.0 hooks: - id: yamllint name: Lint YAML files diff --git a/requirements.txt b/requirements.txt index 9297cb972..60ef78991 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ jsonschema==4.19.0 jsondiff==2.0.0 -pre-commit==3.5.0 +pre-commit==3.6.0 pytest==7.4.4 PyYAML==6.0.1 yamllint==1.33.0