diff --git a/poetry.lock b/poetry.lock index f94f682c4..2663f3e81 100644 --- a/poetry.lock +++ b/poetry.lock @@ -77,14 +77,14 @@ files = [ [[package]] name = "yamllint" -version = "1.36.0" +version = "1.36.1" description = "A linter for YAML files." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "yamllint-1.36.0-py3-none-any.whl", hash = "sha256:22ab6a7db9d5f0954bd7a50ef70a41c1465c61f955893070b0767c0ec6693b7b"}, - {file = "yamllint-1.36.0.tar.gz", hash = "sha256:3835a65994858679ea06fd998dd968c3f71935cd93742990405999d888e21130"}, + {file = "yamllint-1.36.1-py3-none-any.whl", hash = "sha256:3e2ccd47ea12449837adf6b2c56fd9e31172ce42bc1470380806be461f25df66"}, + {file = "yamllint-1.36.1.tar.gz", hash = "sha256:a287689daaafc301a80549b2d0170452ebfdcabd826e3fe3b4c66e322d4851fa"}, ] [package.dependencies] @@ -97,4 +97,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "d4081cf15c098678dd78dc08246d7d5496aae0aba9af8d3221f9cdcc28d1a874" +content-hash = "c66d97eb0a06496afeff285039b7cde7b3a2035ae0fc608f7edaa0f3a20ca5a1" diff --git a/pyproject.toml b/pyproject.toml index e88d584a9..9272a5f52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ license = "CC0-1.0" python = "^3.9" [tool.poetry.dev-dependencies] -yamllint = "^1.36.0" +yamllint = "^1.36.1" [build-system] requires = ["poetry-core>=1.0.0"]