From 7985b6532af32765176856f2838baf74e6a75063 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Apr 2025 20:34:15 -0400 Subject: [PATCH] Bump yamllint from 1.35.1 to 1.37.0 (#2973) Bumps [yamllint](https://github.com/adrienverge/yamllint) from 1.35.1 to 1.37.0. - [Release notes](https://github.com/adrienverge/yamllint/releases) - [Changelog](https://github.com/adrienverge/yamllint/blob/master/CHANGELOG.rst) - [Commits](https://github.com/adrienverge/yamllint/compare/v1.35.1...v1.37.0) --- updated-dependencies: - dependency-name: yamllint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 54e950d3a..f74712721 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ jsondiff==2.2.1 pre-commit==4.2.0 pytest==8.3.4 PyYAML==6.0.2 -yamllint==1.35.1 +yamllint==1.37.0 gitpython==3.1.44 psutil==7.0.0