diff --git a/poetry.lock b/poetry.lock index a5a2dbb..3aabb3a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -41,11 +41,11 @@ testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs ( [[package]] name = "yamllint" -version = "1.26.3" +version = "1.28.0" description = "A linter for YAML files." category = "dev" optional = false -python-versions = ">=3.5" +python-versions = ">=3.6" [package.dependencies] pathspec = ">=0.5.3" @@ -55,7 +55,7 @@ setuptools = "*" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "ba153a211fa8ce5befe8e202d1cdf27e6775bb54b8d38bdfd0e28e9c18ecfef5" +content-hash = "698ba3547367ddead1e423f97dcf55821de48475abf08e44ffcf71165dbec1ad" [metadata.files] codespell = [ @@ -102,5 +102,5 @@ setuptools = [ {file = "setuptools-65.3.0.tar.gz", hash = "sha256:7732871f4f7fa58fb6bdcaeadb0161b2bd046c85905dbaa066bdcbcc81953b57"}, ] yamllint = [ - {file = "yamllint-1.26.3.tar.gz", hash = "sha256:3934dcde484374596d6b52d8db412929a169f6d9e52e20f9ade5bf3523d9b96e"}, + {file = "yamllint-1.28.0.tar.gz", hash = "sha256:9e3d8ddd16d0583214c5fdffe806c9344086721f107435f68bad990e5a88826b"}, ] diff --git a/pyproject.toml b/pyproject.toml index 1d4c082..3ae2337 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [] python = "^3.9" [tool.poetry.dev-dependencies] -yamllint = "^1.26.3" +yamllint = "^1.28.0" codespell = "^2.2.1" [build-system]