From 0e374724d16edfb4a51fee6a62b17a7675b8fa92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 11:52:41 +0000 Subject: [PATCH] Update ansible requirement from ~=13.2.0 to ~=13.3.0 Updates the requirements on [ansible](https://github.com/ansible-community/ansible-build-data) to permit the latest version. - [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.2.0...13.3.0) --- updated-dependencies: - dependency-name: ansible dependency-version: 13.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ansible/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/requirements.txt b/ansible/requirements.txt index b15e6e6..8e0e741 100644 --- a/ansible/requirements.txt +++ b/ansible/requirements.txt @@ -1,3 +1,3 @@ ansible-runner~=2.4.2 -ansible~=13.2.0 +ansible~=13.3.0 molecule~=25.12.0