From ac3862651e7ff9d9e0dadc1d83315ecf7e5582e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 18:48:03 +0000 Subject: [PATCH] Bump yamllint from 1.36.0 to 1.36.2 Bumps [yamllint](https://github.com/adrienverge/yamllint) from 1.36.0 to 1.36.2. - [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.36.0...v1.36.2) --- updated-dependencies: - dependency-name: yamllint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8222b79..3736c78 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1431,14 +1431,14 @@ test = ["pytest"] [[package]] name = "yamllint" -version = "1.36.0" +version = "1.36.2" description = "A linter for YAML files." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "yamllint-1.36.0-py3-none-any.whl", hash = "sha256:22ab6a7db9d5f0954bd7a50ef70a41c1465c61f955893070b0767c0ec6693b7b"}, - {file = "yamllint-1.36.0.tar.gz", hash = "sha256:3835a65994858679ea06fd998dd968c3f71935cd93742990405999d888e21130"}, + {file = "yamllint-1.36.2-py3-none-any.whl", hash = "sha256:6ba19800513d86c987ed3cf48c0aba4e82b3624596e1dab55723b3733e11f35c"}, + {file = "yamllint-1.36.2.tar.gz", hash = "sha256:c9ccc818659736e7b13f7e2f9c3c9bb9ac77445be13e789e7d843e92cb8428ef"}, ] [package.dependencies] @@ -1584,4 +1584,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "~3.9" -content-hash = "0d4e7acb68dde4f877ebfb80230c903b2b92ee6362ce2239c64cbb01f286c684" +content-hash = "7e397d01e26af578d2b516652bb0162a99ddd9f8dd996ad8c824be6fd78fa668" diff --git a/pyproject.toml b/pyproject.toml index 05c859e..af48b63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [] python = "~3.9" [tool.poetry.dev-dependencies] -yamllint = "^1.36.0" +yamllint = "^1.36.2" codespell = "^2.4.1" # The dependencies in this group are installed using pipx; NOT Poetry. The use of a `poetry` section is a hack required