From 50798d0a6364f1c0bc63592fca077a10f5fdddf1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 29 Mar 2025 23:02:53 +0000 Subject: [PATCH] Update dependency yamllint to v1.37.0 (forgejo) (#7383) Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5cda33c903..425acf1c33 100644 --- a/poetry.lock +++ b/poetry.lock @@ -404,13 +404,13 @@ files = [ [[package]] name = "yamllint" -version = "1.36.2" +version = "1.37.0" description = "A linter for YAML files." optional = false python-versions = ">=3.9" files = [ - {file = "yamllint-1.36.2-py3-none-any.whl", hash = "sha256:6ba19800513d86c987ed3cf48c0aba4e82b3624596e1dab55723b3733e11f35c"}, - {file = "yamllint-1.36.2.tar.gz", hash = "sha256:c9ccc818659736e7b13f7e2f9c3c9bb9ac77445be13e789e7d843e92cb8428ef"}, + {file = "yamllint-1.37.0-py3-none-any.whl", hash = "sha256:c03ab4e79ab4af964c8eb16ac9746880fc76a3bb0ffb14925b9a55220ae7dda0"}, + {file = "yamllint-1.37.0.tar.gz", hash = "sha256:ead81921d4d87216b2528b7a055664708f9fb8267beb0c427cb706ac6ab93580"}, ] [package.dependencies] @@ -423,4 +423,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "6e4e2a74db7e165f0aa8cae9bb8932cbe1e84ea9bef64db42371e6d620d77c93" +content-hash = "e1f441dfab1cb658912d98d3ee43b55111e6fc12e04f0388a2aa9fc01a6f583b" diff --git a/pyproject.toml b/pyproject.toml index eb3b338794..5c4bd26e27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ python = "^3.10" [tool.poetry.group.dev.dependencies] djlint = "1.36.4" -yamllint = "1.36.2" +yamllint = "1.37.0" codespell = "2.4.1" [tool.djlint]