From 578fc5eb6ce166b5e17b9b12e755719ea2cfe3a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 14:16:28 +0100 Subject: [PATCH] Bump yamllint from 1.37.0 to 1.37.1 (#3209) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Harry --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 74a17873..5f06af6a 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