diff --git a/poetry.lock b/poetry.lock index c4e515e..f78c829 100644 --- a/poetry.lock +++ b/poetry.lock @@ -662,11 +662,11 @@ python-versions = "*" [[package]] name = "yamllint" -version = "1.26.3" +version = "1.27.1" description = "A linter for YAML files." category = "main" optional = false -python-versions = ">=3.5" +python-versions = ">=3.6" [package.dependencies] pathspec = ">=0.5.3" @@ -699,7 +699,7 @@ ansible-core = ["ansible-core"] [metadata] lock-version = "1.1" python-versions = "^3.8.0" -content-hash = "0482e7aec97f9ad62017ffc5a2b37af8e01fa3acc523d3e902d508ccde2c5133" +content-hash = "35c8e76c3f8a111559bb4aa44c968e0defa872ad3e486e509678847a30dc4bfb" [metadata.files] ansible = [ @@ -1144,7 +1144,7 @@ unidiff = [ {file = "unidiff-0.7.4.tar.gz", hash = "sha256:2bbcbc986e1fb97f04b1d7b864aa6002ab02f4d8a996bf03aa6e5a81447d1fc5"}, ] yamllint = [ - {file = "yamllint-1.26.3.tar.gz", hash = "sha256:3934dcde484374596d6b52d8db412929a169f6d9e52e20f9ade5bf3523d9b96e"}, + {file = "yamllint-1.27.1.tar.gz", hash = "sha256:e688324b58560ab68a1a3cff2c0a474e3fed371dfe8da5d1b9817b7df55039ce"}, ] yapf = [ {file = "yapf-0.32.0-py2.py3-none-any.whl", hash = "sha256:8fea849025584e486fd06d6ba2bed717f396080fd3cc236ba10cb97c4c51cf32"}, diff --git a/pyproject.toml b/pyproject.toml index d466f99..17e817a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ python = "^3.8.0" python-json-logger = "2.0.3" toolz = "0.12.0" unidiff = "0.7.4" -yamllint = "1.26.3" +yamllint = "1.27.1" [tool.poetry.dev-dependencies] bandit = "1.7.4"