diff --git a/poetry.lock b/poetry.lock index e788b69..619f47a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -430,14 +430,14 @@ files = [ [[package]] name = "yamllint" -version = "1.35.1" +version = "1.37.1" description = "A linter for YAML files." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "yamllint-1.35.1-py3-none-any.whl", hash = "sha256:2e16e504bb129ff515b37823b472750b36b6de07963bd74b307341ef5ad8bdc3"}, - {file = "yamllint-1.35.1.tar.gz", hash = "sha256:7a003809f88324fd2c877734f2d575ee7881dd9043360657cc8049c809eba6cd"}, + {file = "yamllint-1.37.1-py3-none-any.whl", hash = "sha256:364f0d79e81409f591e323725e6a9f4504c8699ddf2d7263d8d2b539cd66a583"}, + {file = "yamllint-1.37.1.tar.gz", hash = "sha256:81f7c0c5559becc8049470d86046b36e96113637bcbe4753ecef06977c00245d"}, ] [package.dependencies] @@ -450,4 +450,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.1" python-versions = "^3.10, < 3.13" -content-hash = "9db22f7b59145540d220ee82d27e7842056a0450f8cf095981e5c1811e1d2a72" +content-hash = "5cb3df33dbdcde9b6999fc41fe9bf5c6c2a7d81bbbe7553859e0fc3c31334727" diff --git a/pyproject.toml b/pyproject.toml index 099f0f3..43da56e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ invoke = "^2.1.2" jsonschema = "4.24.0" [tool.poetry.group.dev.dependencies] -yamllint = "^1.35.1" +yamllint = "^1.37.1" ruff = "^0.7.2" mypy = "^1.13.0"