From 2c6dbf480ac8f6c9986a3924fa7e53b014ff3838 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 16 Feb 2024 11:00:25 +0000
Subject: [PATCH] chore(deps): update pre-commit hook adrienverge/yamllint to
 v1.35.1

---
 .pre-commit-config.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index a6b96111..78560c23 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -21,7 +21,7 @@ repos:
   - id: django-upgrade
     args: [--target-version, '4.2']
 - repo: https://github.com/adrienverge/yamllint
-  rev: v1.35.0
+  rev: v1.35.1
   hooks:
   - id: yamllint
 - repo: https://github.com/astral-sh/ruff-pre-commit