From 2012cdef14287cf53df823e40f526ac23a405455 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 22:36:41 +0000 Subject: [PATCH] Bump yamllint from 1.32.0 to 1.33.0 Bumps [yamllint](https://github.com/adrienverge/yamllint) from 1.32.0 to 1.33.0. - [Changelog](https://github.com/adrienverge/yamllint/blob/master/CHANGELOG.rst) - [Commits](https://github.com/adrienverge/yamllint/compare/v1.32.0...v1.33.0) --- updated-dependencies: - dependency-name: yamllint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 30ec09c..2d4a084 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1004,13 +1004,13 @@ test = ["pytest (>=6.0.0)", "setuptools (>=65)"] [[package]] name = "yamllint" -version = "1.32.0" +version = "1.33.0" description = "A linter for YAML files." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "yamllint-1.32.0-py3-none-any.whl", hash = "sha256:d97a66e48da820829d96077d76b8dfbe6c6140f106e558dae87e81ac4e6b30b7"}, - {file = "yamllint-1.32.0.tar.gz", hash = "sha256:d01dde008c65de5b235188ab3110bebc59d18e5c65fc8a58267cd211cd9df34a"}, + {file = "yamllint-1.33.0-py3-none-any.whl", hash = "sha256:28a19f5d68d28d8fec538a1db21bb2d84c7dc2e2ea36266da8d4d1c5a683814d"}, + {file = "yamllint-1.33.0.tar.gz", hash = "sha256:2dceab9ef2d99518a2fcf4ffc964d44250ac4459be1ba3ca315118e4a1a81f7d"}, ] [package.dependencies] @@ -1023,4 +1023,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "6008ade2809c4382ebc6a386184d26eeb0893eb3122d87666db0e8268a3d9add" +content-hash = "54a546762b5e87635761f6e7350b04fd30a5973a570d559db4030218d8ed1c12" diff --git a/pyproject.toml b/pyproject.toml index 0cf0c6d..3e49e2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ mistletoe = "^1" pylint = "^3.0" wheel = "^0.41.2" mypy = "^1.5" -yamllint = "^1.28" +yamllint = "^1.33" bandit = "^1.7" pytest = "^7.4" flake8 = "^6.1"