diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 060429cf66a..cf896f8b12c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ repos: - --branch=master - --branch=rc - repo: https://github.com/adrienverge/yamllint.git - rev: v1.35.1 + rev: v1.37.1 hooks: - id: yamllint - repo: https://github.com/pre-commit/mirrors-prettier diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index c14c40de31f..ba05be7043b 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -2,4 +2,4 @@ codespell==2.4.1 ruff==0.11.12 -yamllint==1.35.1 +yamllint==1.37.1