From c2b2070070e639725b4420a9c7323ea319921126 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 19:04:03 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(deps):=20update=20yamllint?= =?UTF-8?q?=20requirement=20from=20^1.35.0=20to=20^1.38.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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.35.0...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 81d9cce..72f184e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ wheel = ">=0.47.0" [tool.poetry.group.dev.dependencies] pre-commit = "^4.6.0" pylint="^4.0.6" -yamllint="^1.35.0" +yamllint="^1.38.0" isort = "^6.0.1" toml = "^0.10.0" black = "^26.1.0"