diff --git a/poetry.lock b/poetry.lock index 6bf74c37..b741cf3c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -69,15 +69,15 @@ resolvelib = ">=0.8.0,<2.0.0" [[package]] name = "ansible-lint" -version = "26.1.1" +version = "26.2.0" description = "Checks playbooks for practices and behavior that could potentially be improved" optional = false python-versions = ">=3.10" groups = ["lint"] markers = "platform_system != \"Windows\"" files = [ - {file = "ansible_lint-26.1.1-py3-none-any.whl", hash = "sha256:1ee6f472f1516fbbc86784f0046a9042cbcded87dba4e31e4611f6b62103f340"}, - {file = "ansible_lint-26.1.1.tar.gz", hash = "sha256:7415b1b96ad7d7a453eb7e2afc74644e291dbcd8326f230f0216145fdee29a67"}, + {file = "ansible_lint-26.2.0-py3-none-any.whl", hash = "sha256:6e06fe9e63c559097199b4c3da18b5f66045af8c0694d81f74f40791006da713"}, + {file = "ansible_lint-26.2.0.tar.gz", hash = "sha256:cf3fdadae8bbcbd2f8fc077e3c7ebacbcf19cc6ade7b7db48c963e96601535e8"}, ] [package.dependencies] @@ -2767,4 +2767,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "ruff", "sph [metadata] lock-version = "2.1" python-versions = "<3.14,>=3.13" -content-hash = "9d364366097417bab9435b1a46d7a3479df406742c3f516a3cc421163aaa1653" +content-hash = "1bb9928c5dbd9ec1b5b40102f4baf59108baf0ed6de76f138ad9f7b7f5f238f3" diff --git a/pyproject.toml b/pyproject.toml index 853b8adf..cb9f4c4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ isort = "^7.0.0" black = "^26.1.0" ruff = "^0.14.14" yamllint = "^1.38.0" -ansible-lint = {version = "^26.1.1", markers = "platform_system != 'Windows'"} +ansible-lint = {version = "^26.2.0", markers = "platform_system != 'Windows'"} [tool.poetry.group.security.dependencies] safety = "^3.7.0"