diff --git a/poetry.lock b/poetry.lock index d666e57..b8f98c3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -678,7 +678,7 @@ python-versions = "*" [[package]] name = "yamllint" -version = "1.27.1" +version = "1.28.0" description = "A linter for YAML files." category = "main" optional = false @@ -716,7 +716,7 @@ ansible-core = ["ansible-core"] [metadata] lock-version = "1.1" python-versions = "^3.8.0" -content-hash = "f16970e9f88a6f8724146312d429c78f02f14ea50edd26db46776b80767cdfa0" +content-hash = "96fbd143469f843bd50ec16859355186317a064b82f1260feb241f34c435ef5f" [metadata.files] ansible = [ @@ -1177,7 +1177,7 @@ unidiff = [ {file = "unidiff-0.7.4.tar.gz", hash = "sha256:2bbcbc986e1fb97f04b1d7b864aa6002ab02f4d8a996bf03aa6e5a81447d1fc5"}, ] yamllint = [ - {file = "yamllint-1.27.1.tar.gz", hash = "sha256:e688324b58560ab68a1a3cff2c0a474e3fed371dfe8da5d1b9817b7df55039ce"}, + {file = "yamllint-1.28.0.tar.gz", hash = "sha256:9e3d8ddd16d0583214c5fdffe806c9344086721f107435f68bad990e5a88826b"}, ] yapf = [ {file = "yapf-0.32.0-py2.py3-none-any.whl", hash = "sha256:8fea849025584e486fd06d6ba2bed717f396080fd3cc236ba10cb97c4c51cf32"}, diff --git a/pyproject.toml b/pyproject.toml index a5b8367..b058ca7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ python = "^3.8.0" python-json-logger = "2.0.4" toolz = "0.12.0" unidiff = "0.7.4" -yamllint = "1.27.1" +yamllint = "1.28.0" [tool.poetry.dev-dependencies] bandit = "1.7.4"