From 73f1f78259c07cea2269110f7ac32f0ddac05d9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 12:50:48 +0000 Subject: [PATCH] Update yamllint requirement from >=1.37.1 to >=1.38.0 Updates the requirements on [yamllint](https://github.com/adrienverge/yamllint) to permit the latest version. - [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.1...v1.38.0) --- updated-dependencies: - dependency-name: yamllint dependency-version: 1.38.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 94c6136..d8a28d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ dev = [ "mypy>=1.19.1", "ruff>=0.14.10", - "yamllint>=1.37.1", + "yamllint>=1.38.0", ] [tool.ruff]