From 2f46dc260b6efd8b4c36759e4c5c290533515af5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 21:28:12 +0000 Subject: [PATCH] chore(deps): bump ansible from 9.3.0 to 12.2.0 Bumps [ansible](https://github.com/ansible-community/ansible-build-data) from 9.3.0 to 12.2.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/9.3.0...12.2.0) --- updated-dependencies: - dependency-name: ansible dependency-version: 12.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deploy_requirements.txt | 2 +- test_requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy_requirements.txt b/deploy_requirements.txt index 56f8743..3756886 100644 --- a/deploy_requirements.txt +++ b/deploy_requirements.txt @@ -1,2 +1,2 @@ # terraform managed -ansible==9.3.0 +ansible==12.2.0 diff --git a/test_requirements.txt b/test_requirements.txt index bcb7889..c17fe9d 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,5 +1,5 @@ # terraform managed -ansible==9.3.0 +ansible==12.2.0 ansible-lint==24.2.0 molecule==24.2.0 molecule-plugins[docker]==23.5.3