diff --git a/poetry.lock b/poetry.lock index 75adbce..b599f67 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1431,14 +1431,14 @@ test = ["pytest"] [[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] @@ -1584,4 +1584,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "~3.9" -content-hash = "77c69f649cc5c3133f0e814e9c5e6a97172d95ffde634d0a50ca283dc4394168" +content-hash = "de30953c5fc9385f7bf582e984c7f06744b2018106af8a040cbcf3dc09ba8295" diff --git a/pyproject.toml b/pyproject.toml index b4f9ae3..50e03cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ package-mode = false python = "~3.9" [tool.poetry.dev-dependencies] -yamllint = "^1.37.0" +yamllint = "^1.37.1" codespell = "^2.4.1" # The dependencies in this group are installed using pipx; NOT Poetry. The use of a `poetry` section is a hack required