From cb9a24276561237d70fa971e2192f82976fb2bce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 05:20:10 +0000 Subject: [PATCH] Update ansible-core requirement from ==2.18.* to ==2.15.* Updates the requirements on [ansible-core](https://github.com/ansible/ansible) to permit the latest version. - [Release notes](https://github.com/ansible/ansible/releases) - [Commits](https://github.com/ansible/ansible/compare/v2.18.0b1...v2.15.13) --- updated-dependencies: - dependency-name: ansible-core dependency-version: 2.15.13 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9645d57..587477a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -ansible-core==2.18.* +ansible-core==2.15.* molecule molecule-plugins[podman]