diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5792e4a903c..7bcd8469d54 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -36,7 +36,7 @@ repos: - --branch=master - --branch=rc - repo: https://github.com/adrienverge/yamllint.git - rev: v1.37.1 + rev: v1.38.0 hooks: - id: yamllint - repo: https://github.com/rbubley/mirrors-prettier diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index 30ce21ba332..7c99493f94a 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -2,5 +2,5 @@ codespell==2.4.1 ruff==0.15.1 -yamllint==1.37.1 +yamllint==1.38.0 zizmor==1.23.1