From b8e255270bc7d7e14cdb276ebcdb30db9493aeb3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 13:42:04 +0000 Subject: [PATCH] chore(deps): update pre-commit hooks --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0ca56bd..88c4e03 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -58,7 +58,7 @@ repos: # Ansible linting ############################################################ - repo: https://github.com/ansible-community/ansible-lint - rev: v25.9.0 + rev: v25.9.2 hooks: - id: ansible-lint name: Ansible-lint @@ -67,4 +67,4 @@ repos: pass_filenames: false always_run: true additional_dependencies: - - ansible-core>=2.16.5 + - ansible-core==2.19.3