From 086a1bdace89df68ec74e3f8406dcfd139c2d311 Mon Sep 17 00:00:00 2001
From: Franck Nijhof <git@frenck.dev>
Date: Tue, 18 Oct 2022 10:42:57 +0200
Subject: [PATCH] Update yamllint to 1.28.0 (#80497)

---
 .pre-commit-config.yaml          | 2 +-
 requirements_test_pre_commit.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index ab4d048deb8..751c97ebbb4 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -61,7 +61,7 @@ repos:
           - --branch=master
           - --branch=rc
   - repo: https://github.com/adrienverge/yamllint.git
-    rev: v1.27.1
+    rev: v1.28.0
     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 87df8c733cb..ec6edeeea66 100644
--- a/requirements_test_pre_commit.txt
+++ b/requirements_test_pre_commit.txt
@@ -13,4 +13,4 @@ pycodestyle==2.8.0
 pydocstyle==6.1.1
 pyflakes==2.4.0
 pyupgrade==3.1.0
-yamllint==1.27.1
+yamllint==1.28.0
-- 
GitLab