diff --git a/poetry.lock b/poetry.lock index 974ad8b8..268b71a2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -370,14 +370,14 @@ files = [ [[package]] name = "yamllint" -version = "1.36.0" +version = "1.36.2" 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.2-py3-none-any.whl", hash = "sha256:6ba19800513d86c987ed3cf48c0aba4e82b3624596e1dab55723b3733e11f35c"}, + {file = "yamllint-1.36.2.tar.gz", hash = "sha256:c9ccc818659736e7b13f7e2f9c3c9bb9ac77445be13e789e7d843e92cb8428ef"}, ] [package.dependencies] @@ -390,4 +390,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "5a802024a9959e05b713f1d5b20f682743f537e2ae32647c34e8e59fb3141b4a" +content-hash = "86da43851b6626cd755b903c70f5180b0a71de8a25f986606293ee29cd8026e6" diff --git a/pyproject.toml b/pyproject.toml index d7f670c8..9480908e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ flake8 = "^7.1.2" invoke = "^2.2.0" pep8-naming = "^0.14.1" pytest = "^8.3.5" -yamllint = "^1.36.0" +yamllint = "^1.36.2" [build-system] requires = ["poetry-core>=1.0.0"]