Merge pull request #114 from ublue-os/renovate/ansible-lint-25.x
Some checks failed
Generate Changelog / release-please (push) Has been cancelled

This commit is contained in:
Jorge O. Castro 2025-04-28 23:51:38 +02:00 committed by GitHub
commit 7dffb2e835
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
anvil/poetry.lock generated
View file

@ -194,15 +194,15 @@ resolvelib = ">=0.5.3,<1.1.0"
[[package]]
name = "ansible-lint"
version = "25.2.1"
version = "25.4.0"
description = "Checks playbooks for practices and behavior that could potentially be improved"
optional = false
python-versions = ">=3.10"
groups = ["dev"]
markers = "platform_system != \"Windows\""
files = [
{file = "ansible_lint-25.2.1-py3-none-any.whl", hash = "sha256:d3993cb7b5705d381edc26bf74c2c06edd10f8479bcd8ada0647364ef6ae88c8"},
{file = "ansible_lint-25.2.1.tar.gz", hash = "sha256:ec4b1fcfa8bef13f547feefa22ea6864defd902b3a267ef8f4c5341976f45ff1"},
{file = "ansible_lint-25.4.0-py3-none-any.whl", hash = "sha256:16644f11dbfc4b52a12a16e2069eab83d089f154c55dd837484e92de7f031244"},
{file = "ansible_lint-25.4.0.tar.gz", hash = "sha256:f2f2b31ad199925b2343f660552fb9468970f16c2c5d57da9feae70ec4eeca7d"},
]
[package.dependencies]
@ -2764,4 +2764,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it
[metadata]
lock-version = "2.1"
python-versions = "^3.11"
content-hash = "e584c63f3bbde4187c4fe3434643a20f6603136ba9b62409a396e7b5338457c9"
content-hash = "ade9a221e45fbcb589c176944b4ae5b8b25c839bd4f6429643c3ed9f0aa6e2e6"

View file

@ -18,7 +18,7 @@ humanize = "^4.9.0"
toml = "^0.10.2"
[tool.poetry.group.dev.dependencies]
ansible-lint = { version = "25.2.1", markers = 'platform_system != "Windows"' } # https://github.com/ansible/ansible-lint/issues/2730#issuecomment-1330406601
ansible-lint = { version = "25.4.0", markers = 'platform_system != "Windows"' } # https://github.com/ansible/ansible-lint/issues/2730#issuecomment-1330406601
[build-system]
requires = ["poetry-core"]