From 6f2c189f056accf78203694b14b1d2bad4c948d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 14:16:27 +0000 Subject: [PATCH] Bump yamllint from 1.37.0 to 1.37.1 Bumps [yamllint](https://github.com/adrienverge/yamllint) from 1.37.0 to 1.37.1. - [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.37.0...v1.37.1) --- updated-dependencies: - dependency-name: yamllint dependency-version: 1.37.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 74a17873e..5f06af6af 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ jsondiff==2.2.1 pre-commit==4.2.0 pytest==8.3.5 PyYAML==6.0.2 -yamllint==1.37.0 +yamllint==1.37.1 gitpython==3.1.44 psutil==7.0.0