From 97683c25bbbc4b9403ea9ab6276a480c6bf85c1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 04:17:08 +0000 Subject: [PATCH] Bump yamllint from 1.36.2 to 1.37.0 Bumps [yamllint](https://github.com/adrienverge/yamllint) from 1.36.2 to 1.37.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.36.2...v1.37.0) --- updated-dependencies: - dependency-name: yamllint dependency-type: direct:development update-type: version-update:semver-minor ... 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 6b7b2b5f..d3e0ed17 100644 --- a/poetry.lock +++ b/poetry.lock @@ -439,14 +439,14 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [[package]] name = "yamllint" -version = "1.36.2" +version = "1.37.0" description = "A linter for YAML files." optional = false python-versions = ">=3.9" groups = ["dev"] 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] @@ -459,4 +459,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.1" python-versions = ">=3.9.0, <3.12.0" -content-hash = "5e812d231c81499953b93e4550fb7bd9c801762207738c6a92072c3710ef9af1" +content-hash = "75f55bb522e76b5dfd01921b70332b08ad9e63b728d542f649ebb42e09f59089" diff --git a/pyproject.toml b/pyproject.toml index ff5308a9..2330ac44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ python = ">=3.9.0, <3.12.0" requests = "^2.32.3" [tool.poetry.group.dev.dependencies] -yamllint = "^1.36.2" +yamllint = "^1.37.0" codespell = "^2.4.1" black = "25.1.0" flake8 = "7.1.2"