diff --git a/poetry.lock b/poetry.lock index deb11cbf..03de24da 100644 --- a/poetry.lock +++ b/poetry.lock @@ -242,7 +242,7 @@ python-versions = "*" [[package]] name = "yamllint" -version = "1.27.1" +version = "1.28.0" description = "A linter for YAML files." category = "dev" optional = false @@ -256,7 +256,7 @@ setuptools = "*" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "da0c1a3a8fc6e503866398126b221fa8baa26fa91e14c7995cfbea9ea1c1596f" +content-hash = "bf308c89a083fa85255c5600fdcaf6b341b491cbc01341efd094afce1f96130e" [metadata.files] attrs = [ @@ -401,5 +401,5 @@ typing-extensions = [ {file = "typing_extensions-3.10.0.2.tar.gz", hash = "sha256:49f75d16ff11f1cd258e1b988ccff82a3ca5570217d7ad8c5f48205dd99a677e"}, ] yamllint = [ - {file = "yamllint-1.27.1.tar.gz", hash = "sha256:e688324b58560ab68a1a3cff2c0a474e3fed371dfe8da5d1b9817b7df55039ce"}, + {file = "yamllint-1.28.0.tar.gz", hash = "sha256:9e3d8ddd16d0583214c5fdffe806c9344086721f107435f68bad990e5a88826b"}, ] diff --git a/pyproject.toml b/pyproject.toml index b48f8b09..24d76f8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ invoke = "^1.7.1" black = "^22.8" flake8 = "^5.0.4" pep8-naming = "^0.13.2" -yamllint = "^1.27.1" +yamllint = "^1.28.0" [build-system] requires = ["poetry-core>=1.0.0"]