From 036d52bb4eeb06087f3c1f8373ee5387cdcbf7b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 22:41:11 +0000 Subject: [PATCH] Bump yamllint from 1.35.0 to 1.35.1 Bumps [yamllint](https://github.com/adrienverge/yamllint) from 1.35.0 to 1.35.1. - [Changelog](https://github.com/adrienverge/yamllint/blob/master/CHANGELOG.rst) - [Commits](https://github.com/adrienverge/yamllint/compare/v1.35.0...v1.35.1) --- 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 b4035244..c2b4192d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -345,13 +345,13 @@ files = [ [[package]] name = "yamllint" -version = "1.35.0" +version = "1.35.1" description = "A linter for YAML files." optional = false python-versions = ">=3.8" files = [ - {file = "yamllint-1.35.0-py3-none-any.whl", hash = "sha256:601b0adaaac6d9bacb16a2e612e7ee8d23caf941ceebf9bfe2cff0f196266004"}, - {file = "yamllint-1.35.0.tar.gz", hash = "sha256:9bc99c3e9fe89b4c6ee26e17aa817cf2d14390de6577cb6e2e6ed5f72120c835"}, + {file = "yamllint-1.35.1-py3-none-any.whl", hash = "sha256:2e16e504bb129ff515b37823b472750b36b6de07963bd74b307341ef5ad8bdc3"}, + {file = "yamllint-1.35.1.tar.gz", hash = "sha256:7a003809f88324fd2c877734f2d575ee7881dd9043360657cc8049c809eba6cd"}, ] [package.dependencies] @@ -364,4 +364,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "85cc24faadac1889a159e9a75035f236d1442936cd5cc9d42035c0ddb65bf355" +content-hash = "d4e92fdfc90c4fd1615400a0f7a69f024f1bd710417359ea368b8b08c042a545" diff --git a/pyproject.toml b/pyproject.toml index 1a369927..8f127d40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ flake8 = "^7.0.0" invoke = "^2.2.0" pep8-naming = "^0.13.3" pytest = "^8.0.2" -yamllint = "^1.35.0" +yamllint = "^1.35.1" [build-system] requires = ["poetry-core>=1.0.0"]