diff --git a/poetry.lock b/poetry.lock index 6b52083c..b257be7d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -914,13 +914,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] @@ -933,4 +933,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "4af92323b0b1a68061d165e2ee5ddc1920cae8d40d9bdf11b22114aa0f8d41e3" +content-hash = "799206e5f850f6ba0b62b1bf7d7dbd33442d68a5082f0a62b262ff79252c52c2" diff --git a/pyproject.toml b/pyproject.toml index bef1a24c..6aa9771c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ pytest = "8.0.1" pytest-mock = "3.12.0" flake8 = "7.0.0" pep8-naming = "0.13.3" -yamllint = "1.35.0" +yamllint = "1.35.1" [tool.poetry.group.external] # Provided only for use by boards platforms