From 5ae437f3f23ce6a75d2bff33531386f8cdd29a62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 01:40:26 +0000 Subject: [PATCH] Bump yamllint from 1.34.0 to 1.35.0 Bumps [yamllint](https://github.com/adrienverge/yamllint) from 1.34.0 to 1.35.0. - [Changelog](https://github.com/adrienverge/yamllint/blob/master/CHANGELOG.rst) - [Commits](https://github.com/adrienverge/yamllint/compare/v1.34.0...v1.35.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 f51d66f8..b6ffc75f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -317,13 +317,13 @@ files = [ [[package]] name = "yamllint" -version = "1.34.0" +version = "1.35.0" description = "A linter for YAML files." optional = false python-versions = ">=3.8" files = [ - {file = "yamllint-1.34.0-py3-none-any.whl", hash = "sha256:33b813f6ff2ffad2e57a288281098392b85f7463ce1f3d5cd45aa848b916a806"}, - {file = "yamllint-1.34.0.tar.gz", hash = "sha256:7f0a6a41e8aab3904878da4ae34b6248b6bc74634e0d3a90f0fb2d7e723a3d4f"}, + {file = "yamllint-1.35.0-py3-none-any.whl", hash = "sha256:601b0adaaac6d9bacb16a2e612e7ee8d23caf941ceebf9bfe2cff0f196266004"}, + {file = "yamllint-1.35.0.tar.gz", hash = "sha256:9bc99c3e9fe89b4c6ee26e17aa817cf2d14390de6577cb6e2e6ed5f72120c835"}, ] [package.dependencies] @@ -336,4 +336,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "2f23206fbd62119a23a53407a37acd3cc4e7cf7ac5e675b548cd1ee4650ee5c3" +content-hash = "c9adba9bce9bb83a2f111e589a184c7301ce73732b3ce6b36de8c1f6d415c8c5" diff --git a/pyproject.toml b/pyproject.toml index 642eba3a..da1d8356 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ invoke = "^2.2.0" black = "^24.2" flake8 = "^7.0.0" pep8-naming = "^0.13.3" -yamllint = "^1.34.0" +yamllint = "^1.35.0" [build-system] requires = ["poetry-core>=1.0.0"]