From d8dfa46340623e96db139e76942444e2d96f52d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 09:10:24 +0000 Subject: [PATCH] chore(deps): bump ansible Bumps the ansible-dependencies group with 1 update in the /infra/ansible directory: [ansible](https://github.com/ansible-community/ansible-build-data). Updates `ansible` from 13.6.0 to 13.7.0 - [Changelog](https://github.com/ansible-community/ansible-build-data/blob/main/docs/release-process.md) - [Commits](https://github.com/ansible-community/ansible-build-data/compare/13.6.0...13.7.0) --- updated-dependencies: - dependency-name: ansible dependency-version: 13.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ansible-dependencies ... Signed-off-by: dependabot[bot] --- infra/ansible/requirements.in | 2 +- infra/ansible/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/ansible/requirements.in b/infra/ansible/requirements.in index 091840e9..1d0964cc 100644 --- a/infra/ansible/requirements.in +++ b/infra/ansible/requirements.in @@ -14,7 +14,7 @@ # Waiting for https://github.com/ansible/ansible/pull/85970 to land in a released version of ansible # to remove passlib completely. -ansible==13.6.0 +ansible==13.7.0 ansible-lint==26.4.0 bcrypt==4.0.1 jmespath==1.1.0 diff --git a/infra/ansible/requirements.txt b/infra/ansible/requirements.txt index 90fb400d..919d72db 100644 --- a/infra/ansible/requirements.txt +++ b/infra/ansible/requirements.txt @@ -1,6 +1,6 @@ # This file was autogenerated by uv via the following command: # uv pip compile requirements.in -ansible==13.6.0 +ansible==13.7.0 # via -r requirements.in ansible-compat==26.3.0 # via ansible-lint