diff --git a/poetry.lock b/poetry.lock index 7da41767..36a130fc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1618,19 +1618,22 @@ files = [ [[package]] name = "yamllint" -version = "1.30.0" +version = "1.31.0" description = "A linter for YAML files." category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "yamllint-1.30.0.tar.gz", hash = "sha256:4f58f323aedda16189a489d183ecc25c66d7a9cc0fe88f61b650fef167b13190"}, + {file = "yamllint-1.31.0-py3-none-any.whl", hash = "sha256:15f4bdb645e6a4a0a22fe5415bc38b4a934c51419b30104896d2f3f95e329185"}, + {file = "yamllint-1.31.0.tar.gz", hash = "sha256:2d83f1d12f733e162a87e06b176149d7bb9c5bae4a9e5fce1c771d7f703f7a65"}, ] [package.dependencies] pathspec = ">=0.5.3" pyyaml = "*" -setuptools = "*" + +[package.extras] +dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [[package]] name = "yarl" @@ -1723,4 +1726,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "fe79f64c39c3a577f6bed3a30b63a1a6614d9b867d21be9549e3851b8c8f848c" +content-hash = "41c867fce13183ef202cf5937104b949332ec7f2739970880371b9ac334eadd7" diff --git a/pyproject.toml b/pyproject.toml index 74c868e6..a446ec7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ pytest-cov = "4.0.0" ruff = "0.0.263" safety = "2.4.0b1" types-cachetools = "^5.3.0" -yamllint = "1.30.0" +yamllint = "1.31.0" [tool.coverage.run] plugins = ["covdefaults"]