From 9859139ee4bb21d047cebfe2afce0b453ac81d56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 15:00:34 +0000 Subject: [PATCH] Bump yamllint from 1.37.1 to 1.38.0 Bumps [yamllint](https://github.com/adrienverge/yamllint) from 1.37.1 to 1.38.0. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 28 +++++++++++++++++----------- pyproject.toml | 2 +- 2 files changed, 18 insertions(+), 12 deletions(-) diff --git a/poetry.lock b/poetry.lock index c8ea786c..e79ae4fd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1532,16 +1532,22 @@ lint = ["black"] [[package]] name = "pathspec" -version = "0.12.1" +version = "1.0.4" description = "Utility library for gitignore style pattern matching of file paths." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["docs", "lint", "typing"] files = [ - {file = "pathspec-0.12.1-py3-none-any.whl", hash = "sha256:a0d503e138a4c123b27490a4f7beda6a01c6f288df0e4a8b79c7eb0dc7b4cc08"}, - {file = "pathspec-0.12.1.tar.gz", hash = "sha256:a482d51503a1ab33b1c67a6c3813a26953dbdc71c31dacaef9a838c4e29f5712"}, + {file = "pathspec-1.0.4-py3-none-any.whl", hash = "sha256:fb6ae2fd4e7c921a165808a552060e722767cfa526f99ca5156ed2ce45a5c723"}, + {file = "pathspec-1.0.4.tar.gz", hash = "sha256:0210e2ae8a21a9137c0d470578cb0e595af87edaa6ebf12ff176f14a02e0e645"}, ] +[package.extras] +hyperscan = ["hyperscan (>=0.7)"] +optional = ["typing-extensions (>=4)"] +re2 = ["google-re2 (>=1.1)"] +tests = ["pytest (>=9)", "typing-extensions (>=4.15)"] + [[package]] name = "platformdirs" version = "4.5.1" @@ -2741,24 +2747,24 @@ bracex = ">=2.1.1" [[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 = ["lint"] 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"] [metadata] lock-version = "2.1" python-versions = "<3.14,>=3.13" -content-hash = "7aa4c61d24b1218e0c053bec1cdf6869ef6696b07132b24cf6fb380c36fa812f" +content-hash = "177a6df5cb506467810bda058ffc8a0afa2697bf00353f68208b0128cb02ebed" diff --git a/pyproject.toml b/pyproject.toml index c3bc3001..dcc8ad09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ molecule-plugins = {extras = ["docker"], version = "^25.8.12"} isort = "^7.0.0" black = "^25.12.0" ruff = "^0.14.14" -yamllint = "^1.37.1" +yamllint = "^1.38.0" ansible-lint = {version = "^25.12.2", markers = "platform_system != 'Windows'"} [tool.poetry.group.security.dependencies]