From 4a8c292c51c682bd9d4ebb207180651c2f065ba5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 00:50:18 +0000 Subject: [PATCH] chore(deps): update ansible requirement 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/9.2.0...13.0.0) --- updated-dependencies: - dependency-name: ansible dependency-version: 13.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/project-templates/devops/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/project-templates/devops/requirements.txt b/scripts/project-templates/devops/requirements.txt index a46297e..da8fae7 100644 --- a/scripts/project-templates/devops/requirements.txt +++ b/scripts/project-templates/devops/requirements.txt @@ -2,7 +2,7 @@ # Production-grade packages with version constraints # Configuration Management -ansible>=9.2.0,<10.0.0 +ansible>=9.2.0,<14.0.0 ansible-core>=2.16.0,<3.0.0 # Cloud SDKs