From 720e2ad95defd3aa88a77f9d3c55534063d25231 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 4 Mar 2024 14:53:47 +0000
Subject: [PATCH] Update yamllint requirement from ~=1.33 to ~=1.35

Updates the requirements on [yamllint](https://github.com/adrienverge/yamllint) to permit the latest version.
- [Changelog](https://github.com/adrienverge/yamllint/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/adrienverge/yamllint/compare/v1.33.0...v1.35.1)

---
updated-dependencies:
- dependency-name: yamllint
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 requirements-dev.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements-dev.txt b/requirements-dev.txt
index d783d15..f050b6b 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -4,4 +4,4 @@ packaging==23.2
 pre-commit~=3.6
 PyGithub~=2.2
 pyupgrade~=3.15
-yamllint~=1.33
+yamllint~=1.35