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

This commit is contained in:
renovate[bot] 2025-02-18 15:35:22 +00:00 committed by GitHub
parent e2fd1ea42f
commit f9ff618734
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

30
anvil/poetry.lock generated
View file

@ -146,17 +146,17 @@ files = [
[[package]]
name = "ansible-compat"
version = "24.10.0"
version = "25.1.3"
description = "Ansible compatibility goodies"
optional = false
python-versions = ">=3.9"
python-versions = ">=3.10"
files = [
{file = "ansible_compat-24.10.0-py3-none-any.whl", hash = "sha256:0415bcd82f7d84e5b344c03439154c1f16576809dc3a523b81178354c86ae5a1"},
{file = "ansible_compat-24.10.0.tar.gz", hash = "sha256:0ad873e0dae8b2de79bc33ced813d6c92c716c4d7b82f9a4693e1fd57f43776e"},
{file = "ansible_compat-25.1.3-py3-none-any.whl", hash = "sha256:d2b54060e11ae98bdf6c0969fa50608d2ebd7fd58ed771c3dba4023d42f3d2c8"},
{file = "ansible_compat-25.1.3.tar.gz", hash = "sha256:bf1601d2f65a735ce1f1aa055336bab4451dadb28e0443e78a7b0155ecc153f8"},
]
[package.dependencies]
ansible-core = ">=2.14"
ansible-core = ">=2.16"
jsonschema = ">=4.6.0"
packaging = "*"
PyYAML = "*"
@ -164,7 +164,7 @@ subprocess-tee = ">=0.4.1"
[package.extras]
docs = ["argparse-manpage", "black", "mkdocs-ansible (>=24.3.1)"]
test = ["coverage", "pip", "pytest (>=7.2.0)", "pytest-mock", "pytest-plus (>=0.6.1)", "uv (>=0.4.30)"]
test = ["coverage", "pip", "pytest (>=7.2.0)", "pytest-instafail", "pytest-mock", "pytest-plus (>=0.6.1)", "uv (>=0.4.30)"]
[[package]]
name = "ansible-core"
@ -186,17 +186,17 @@ resolvelib = ">=0.5.3,<1.1.0"
[[package]]
name = "ansible-lint"
version = "25.1.0"
version = "25.1.3"
description = "Checks playbooks for practices and behavior that could potentially be improved"
optional = false
python-versions = ">=3.10"
files = [
{file = "ansible_lint-25.1.0-py3-none-any.whl", hash = "sha256:9553b2aee124999b2005140bf27619793910454fcf2381e25ceb5b21f7384eed"},
{file = "ansible_lint-25.1.0.tar.gz", hash = "sha256:e4d657578a8354832a84a1d5a2b9225a78b9c5fefa8880506b7fa0347d6b5f7e"},
{file = "ansible_lint-25.1.3-py3-none-any.whl", hash = "sha256:b68b2149423246ec6369be86df2b79e3555b2b71507e4f7915671ec77381fa2b"},
{file = "ansible_lint-25.1.3.tar.gz", hash = "sha256:ff92b31c83a2366381907e21c9a9d4de57f0cd7574e9943ea1b7e32b371f31a2"},
]
[package.dependencies]
ansible-compat = ">=24.10.0"
ansible-compat = ">=25.1.3"
ansible-core = ">=2.16.0"
black = ">=24.3.0"
filelock = ">=3.8.2"
@ -205,6 +205,7 @@ jsonschema = ">=4.10.0"
packaging = ">=22.0"
pathspec = ">=0.10.3"
pyyaml = ">=6.0.2"
referencing = ">=0.36.2"
"ruamel.yaml" = ">=0.18.5,<0.18.7 || >0.18.7,<0.18.8 || >0.18.8"
subprocess-tee = ">=0.4.1"
wcmatch = [
@ -1862,18 +1863,19 @@ files = [
[[package]]
name = "referencing"
version = "0.35.1"
version = "0.36.2"
description = "JSON Referencing + Python"
optional = false
python-versions = ">=3.8"
python-versions = ">=3.9"
files = [
{file = "referencing-0.35.1-py3-none-any.whl", hash = "sha256:eda6d3234d62814d1c64e305c1331c9a3a6132da475ab6382eaa997b21ee75de"},
{file = "referencing-0.35.1.tar.gz", hash = "sha256:25b42124a6c8b632a425174f24087783efb348a6f1e0008e63cd4466fedf703c"},
{file = "referencing-0.36.2-py3-none-any.whl", hash = "sha256:e8699adbbf8b5c7de96d8ffa0eb5c158b3beafce084968e2ea8bb08c6794dcd0"},
{file = "referencing-0.36.2.tar.gz", hash = "sha256:df2e89862cd09deabbdba16944cc3f10feb6b3e6f18e902f7cc25609a34775aa"},
]
[package.dependencies]
attrs = ">=22.2.0"
rpds-py = ">=0.7.0"
typing-extensions = {version = ">=4.4.0", markers = "python_version < \"3.13\""}
[[package]]
name = "requests"