diff --git a/poetry.lock b/poetry.lock index a04f64b..9be9059 100644 --- a/poetry.lock +++ b/poetry.lock @@ -328,13 +328,13 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [[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] @@ -347,4 +347,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "dd8b5219e89981d7e20fed5dab35863a58332bc66c76d0482cf0ffb666d7d44f" +content-hash = "da791a1e3e463d4c2317f903f3535a9fb46f1a88fd17e80744ac24de37914a8e" diff --git a/pyproject.toml b/pyproject.toml index cf61eea..d38de90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,4 +14,4 @@ python = "^3.10" codespell = "2.2.6" pre-commit = "3.6.1" pre-commit-hooks = "4.5.0" -yamllint = "1.34.0" +yamllint = "1.35.0"