Compare commits

...

2 commits

Author SHA1 Message Date
renovate[bot] 9a680d8268
Merge fb26852e2c into 2d5e3995b6 2025-04-03 16:22:53 +00:00
renovate[bot] fb26852e2c
chore(deps): update dependency ansible-lint to v25.2.1 2025-04-03 16:22:51 +00:00

20
anvil/poetry.lock generated
View file

@ -146,13 +146,13 @@ files = [
[[package]] [[package]]
name = "ansible-compat" name = "ansible-compat"
version = "25.1.3" version = "25.1.5"
description = "Ansible compatibility goodies" description = "Ansible compatibility goodies"
optional = false optional = false
python-versions = ">=3.10" python-versions = ">=3.10"
files = [ files = [
{file = "ansible_compat-25.1.3-py3-none-any.whl", hash = "sha256:d2b54060e11ae98bdf6c0969fa50608d2ebd7fd58ed771c3dba4023d42f3d2c8"}, {file = "ansible_compat-25.1.5-py3-none-any.whl", hash = "sha256:066c280b02e12eedcacfb3390a3e459c4d325bb9971f86bd6486b25d1d1f161d"},
{file = "ansible_compat-25.1.3.tar.gz", hash = "sha256:bf1601d2f65a735ce1f1aa055336bab4451dadb28e0443e78a7b0155ecc153f8"}, {file = "ansible_compat-25.1.5.tar.gz", hash = "sha256:1dd35c21ba0301c93b19fe2bb3aa2caa2a630a05373a103adcc2621465f8da6a"},
] ]
[package.dependencies] [package.dependencies]
@ -186,18 +186,18 @@ resolvelib = ">=0.5.3,<1.1.0"
[[package]] [[package]]
name = "ansible-lint" name = "ansible-lint"
version = "25.1.3" version = "25.2.1"
description = "Checks playbooks for practices and behavior that could potentially be improved" description = "Checks playbooks for practices and behavior that could potentially be improved"
optional = false optional = false
python-versions = ">=3.10" python-versions = ">=3.10"
files = [ files = [
{file = "ansible_lint-25.1.3-py3-none-any.whl", hash = "sha256:b68b2149423246ec6369be86df2b79e3555b2b71507e4f7915671ec77381fa2b"}, {file = "ansible_lint-25.2.1-py3-none-any.whl", hash = "sha256:d3993cb7b5705d381edc26bf74c2c06edd10f8479bcd8ada0647364ef6ae88c8"},
{file = "ansible_lint-25.1.3.tar.gz", hash = "sha256:ff92b31c83a2366381907e21c9a9d4de57f0cd7574e9943ea1b7e32b371f31a2"}, {file = "ansible_lint-25.2.1.tar.gz", hash = "sha256:ec4b1fcfa8bef13f547feefa22ea6864defd902b3a267ef8f4c5341976f45ff1"},
] ]
[package.dependencies] [package.dependencies]
ansible-compat = ">=25.1.3" ansible-compat = ">=25.1.5"
ansible-core = ">=2.16.0" ansible-core = ">=2.16.11"
black = ">=24.3.0" black = ">=24.3.0"
filelock = ">=3.8.2" filelock = ">=3.8.2"
importlib-metadata = "*" importlib-metadata = "*"
@ -215,8 +215,8 @@ wcmatch = [
yamllint = ">=1.34.0" yamllint = ">=1.34.0"
[package.extras] [package.extras]
docs = ["mkdocs-ansible (>=24.12.0)", "uv (>=0.5.5)"] docs = ["mkdocs-ansible (>=24.12.0)"]
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"] 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]] [[package]]
name = "ansible-runner" name = "ansible-runner"