chore(deps): update dependency ansible-lint to v25.2.0

This commit is contained in:
renovate[bot] 2025-04-02 19:13:24 +00:00 committed by GitHub
parent 2d5e3995b6
commit bce1871b9c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

12
anvil/poetry.lock generated
View file

@ -186,18 +186,18 @@ resolvelib = ">=0.5.3,<1.1.0"
[[package]]
name = "ansible-lint"
version = "25.1.3"
version = "25.2.0"
description = "Checks playbooks for practices and behavior that could potentially be improved"
optional = false
python-versions = ">=3.10"
files = [
{file = "ansible_lint-25.1.3-py3-none-any.whl", hash = "sha256:b68b2149423246ec6369be86df2b79e3555b2b71507e4f7915671ec77381fa2b"},
{file = "ansible_lint-25.1.3.tar.gz", hash = "sha256:ff92b31c83a2366381907e21c9a9d4de57f0cd7574e9943ea1b7e32b371f31a2"},
{file = "ansible_lint-25.2.0-py3-none-any.whl", hash = "sha256:b292c44c312099536ef06341605677bbb00898d3968d7688746009b057fec6ca"},
{file = "ansible_lint-25.2.0.tar.gz", hash = "sha256:141e77359a1bf657a845213f9d07a27d1c93c478b1b0b23c16b89472d8ed1952"},
]
[package.dependencies]
ansible-compat = ">=25.1.3"
ansible-core = ">=2.16.0"
ansible-core = ">=2.16.11"
black = ">=24.3.0"
filelock = ">=3.8.2"
importlib-metadata = "*"
@ -215,8 +215,8 @@ wcmatch = [
yamllint = ">=1.34.0"
[package.extras]
docs = ["mkdocs-ansible (>=24.12.0)", "uv (>=0.5.5)"]
test = ["black", "coverage-enable-subprocess", "coverage[toml] (>=6.4.4)", "jmespath", "license-expression (>=30.3.0)", "mypy", "netaddr", "pip", "psutil", "pylint", "pytest (>=7.2.2)", "pytest-instafail (>=0.5.0)", "pytest-mock", "pytest-plus (>=0.6)", "pytest-xdist[psutil,setproctitle] (>=2.1.0)", "ruamel-yaml-clib", "ruamel.yaml (>=0.17.31)", "tox (>=4.0.0)", "types-jsonschema", "types-pyyaml"]
docs = ["mkdocs-ansible (>=24.12.0)"]
test = ["black", "coverage-enable-subprocess", "coverage[toml] (>=6.4.4)", "ipdb", "ipython", "jmespath", "license-expression (>=30.3.0)", "mypy", "netaddr", "pip", "psutil", "pylint", "pytest (>=7.2.2)", "pytest-instafail (>=0.5.0)", "pytest-mock", "pytest-plus (>=0.6)", "pytest-sugar", "pytest-xdist[psutil,setproctitle] (>=2.1.0)", "ruamel-yaml-clib", "ruamel.yaml (>=0.17.31)", "tox (>=4.0.0)", "tox (>=4.24.2)", "tox-extra (>=2.1)", "tox-uv (>=1.25)", "types-jsonschema", "types-pyyaml"]
[[package]]
name = "ansible-runner"