From b972e57cab1e4756bde06c4ea3f55dbd7e25fe45 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Dec 2025 21:20:54 +0000 Subject: [PATCH] Update dependency ansible to v13 --- .github/workflows/pull-requests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index bc575541..b9daaff7 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -21,7 +21,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install ansible==12.3.0 # renovate: datasource=pypi depName=ansible + pip install ansible==13.1.0 # renovate: datasource=pypi depName=ansible pip install ansible-lint==25.11.0 # renovate: datasource=pypi depName=ansible-lint - name: Syntax Check