From 73f89d445c5fa8606f0e32b2a2c9b870a5ad1918 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 05:46:08 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20yaml?= =?UTF-8?q?lint=20to=20v1.38.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1da99566..f1d1c5ce 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2804,22 +2804,22 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [[package]] name = "yamllint" -version = "1.37.1" +version = "1.38.0" description = "A linter for YAML files." optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "yamllint-1.37.1-py3-none-any.whl", hash = "sha256:364f0d79e81409f591e323725e6a9f4504c8699ddf2d7263d8d2b539cd66a583"}, - {file = "yamllint-1.37.1.tar.gz", hash = "sha256:81f7c0c5559becc8049470d86046b36e96113637bcbe4753ecef06977c00245d"}, + {file = "yamllint-1.38.0-py3-none-any.whl", hash = "sha256:fc394a5b3be980a4062607b8fdddc0843f4fa394152b6da21722f5d59013c220"}, + {file = "yamllint-1.38.0.tar.gz", hash = "sha256:09e5f29531daab93366bb061e76019d5e91691ef0a40328f04c927387d1d364d"}, ] [package.dependencies] -pathspec = ">=0.5.3" +pathspec = ">=1.0.0" pyyaml = "*" [package.extras] -dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] +dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "ruff", "sphinx"] [[package]] name = "yarl" @@ -3058,4 +3058,4 @@ cli = ["typer", "zeroconf"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "475ad3da09c9561a5d7df1cf3aa0da6587589916393d19f1d89e9bf0bbd2ff75" +content-hash = "c8a485a97a80b3ca69e968ec9a02587c5d9cfba2ab2adac456286a3ace189f47" diff --git a/pyproject.toml b/pyproject.toml index cbff151a..87fcc4c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ pytest-cov = "7.0.0" ruff = "0.13.3" safety = "3.7.0" types-cachetools = "^5.3.0" -yamllint = "1.37.1" +yamllint = "1.38.0" [tool.coverage.run] plugins = ["covdefaults"]