diff --git a/poetry.lock b/poetry.lock index e7164ec..5cbd358 100644 --- a/poetry.lock +++ b/poetry.lock @@ -68,13 +68,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] @@ -87,4 +87,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "f258480940d128720af732415b0b27d0f368bf8327d5aec3c4b7d3e60a59034b" +content-hash = "22b65165297a0d4361b98420edc1f85d16a0f9992b3e4f04229137020a291551" diff --git a/pyproject.toml b/pyproject.toml index 9b15da0..201a52d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [] python = "^3.9" [tool.poetry.dev-dependencies] -yamllint = "^1.34.0" +yamllint = "^1.35.0" codespell = "^2.2.6" [build-system]