From e3d4a667a3425322a72a8d475017a932afed2f58 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 15:55:16 +0000 Subject: [PATCH] Update pre-commit hook ansible-lint to v24.12.2 --- .pre-commit-config.yaml | 4 ++-- requirements-dev.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 86c1751..b28d61c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -59,7 +59,7 @@ repos: types: - python additional_dependencies: - - ansible-lint ==24.9.0 + - ansible-lint ==24.12.2 - pyspellchecker ==0.8.1 - pytest ==8.3.4 @@ -70,7 +70,7 @@ repos: stages: - pre-push additional_dependencies: - - ansible-lint ==24.9.0 + - ansible-lint ==24.12.2 - pyspellchecker ==0.8.1 - repo: https://github.com/gitleaks/gitleaks.git diff --git a/requirements-dev.txt b/requirements-dev.txt index 7c83375..f9066cf 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -ansible-lint ==24.9.0 +ansible-lint ==24.12.2 molecule ==24.6.0 molecule-plugins[docker] ==23.5.3 mypy ==1.13.0