aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--poetry.lock8
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock
index 7c96b71..599b84b 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -42,13 +42,13 @@ resolvelib = ">=0.5.3,<1.1.0"
[[package]]
name = "ansible-lint"
-version = "24.6.1"
+version = "24.7.0"
description = "Checks playbooks for practices and behavior that could potentially be improved"
optional = false
python-versions = ">=3.10"
files = [
- {file = "ansible_lint-24.6.1-py3-none-any.whl", hash = "sha256:a86ed91dbdff567ad6a5b374dcb098d5758d4a069eb1d0742048112bb0ef2ef3"},
- {file = "ansible_lint-24.6.1.tar.gz", hash = "sha256:29896d6fcf5a648e79c4119e2789c5217fe1951f3c33384989920fbf523a3198"},
+ {file = "ansible_lint-24.7.0-py3-none-any.whl", hash = "sha256:a2305f1d69a25be27810c64a32711d1d0463d2fda5b9308166362347aeda36e0"},
+ {file = "ansible_lint-24.7.0.tar.gz", hash = "sha256:ca2edc7e4e80cf19df4b28cbf4c118f761ce6cdd6a5ef9c8561e454ed7af5a24"},
]
[package.dependencies]
@@ -1362,4 +1362,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools",
[metadata]
lock-version = "2.0"
python-versions = ">3.11,<4.0"
-content-hash = "a726d99989188c666c3eceedea4649b15cd5ef4239276d51a4c6ce60043c37f2"
+content-hash = "219b0603a97129c958af7e39fb6813e176fbf4e6cb13406d02a7ab8b9f200153"
diff --git a/pyproject.toml b/pyproject.toml
index 30e6c47..c932b64 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,7 +16,7 @@ taskipy = "1.13.0"
[tool.poetry.group.ansible.dependencies]
ansible-core = "^2.17.0"
-ansible-lint = { version = "24.6.1", markers = "platform_system != 'Windows'" }
+ansible-lint = { version = "24.7.0", markers = "platform_system != 'Windows'" }
dnspython = "2.6.1"
[tool.poetry.group.dns.dependencies]