diff --git a/poetry.lock b/poetry.lock index 46b7d25..d2fad5a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -926,13 +926,13 @@ files = [ [[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] @@ -945,4 +945,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "5d36f612575be26fce464ab9cf036046fe30317ed3d0ac777376a4a6759dcff2" +content-hash = "95f2eebfca56240baacf004d8750dfece2a4c6590fe5d96f84c3fee293a09ece" diff --git a/pyproject.toml b/pyproject.toml index 1bddb21..07327ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ pytest = "7.4.3" pytest-mock = "3.12.0" flake8 = "6.1.0" pep8-naming = "0.13.3" -yamllint = "1.32.0" +yamllint = "1.33.0" [tool.poetry.group.external] # Provided only for use by boards platforms