diff --git a/poetry.lock b/poetry.lock index 91a5d93a..8fc02131 100644 --- a/poetry.lock +++ b/poetry.lock @@ -370,14 +370,14 @@ files = [ [[package]] name = "yamllint" -version = "1.37.0" +version = "1.37.1" description = "A linter for YAML files." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "yamllint-1.37.0-py3-none-any.whl", hash = "sha256:c03ab4e79ab4af964c8eb16ac9746880fc76a3bb0ffb14925b9a55220ae7dda0"}, - {file = "yamllint-1.37.0.tar.gz", hash = "sha256:ead81921d4d87216b2528b7a055664708f9fb8267beb0c427cb706ac6ab93580"}, + {file = "yamllint-1.37.1-py3-none-any.whl", hash = "sha256:364f0d79e81409f591e323725e6a9f4504c8699ddf2d7263d8d2b539cd66a583"}, + {file = "yamllint-1.37.1.tar.gz", hash = "sha256:81f7c0c5559becc8049470d86046b36e96113637bcbe4753ecef06977c00245d"}, ] [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 = "a0144d13e2ad158e942a81511644fca7a54ba43e56cb40f964772d9ee4a1a20d" +content-hash = "500620e8dd0a78781897ec6117d5b6337e5553f214d40f54198290eb5ae4de78" diff --git a/pyproject.toml b/pyproject.toml index 6336a9ba..91de6947 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ flake8 = "^7.2.0" invoke = "^2.2.0" pep8-naming = "^0.15.0" pytest = "^8.3.5" -yamllint = "^1.37.0" +yamllint = "^1.37.1" [build-system] requires = ["poetry-core>=1.0.0"]