diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5ec14e9ab6a..e491637ea65 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -54,7 +54,7 @@ repos: - --branch=master - --branch=rc - repo: https://github.com/adrienverge/yamllint.git - rev: v1.22.0 + rev: v1.23.0 hooks: - id: yamllint - repo: https://github.com/prettier/prettier diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index 663d5dd89e3..a52927ed497 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -8,4 +8,4 @@ flake8==3.7.9 isort==4.3.21 pydocstyle==5.0.2 pyupgrade==2.1.0 -yamllint==1.22.0 +yamllint==1.23.0