From 3006b42a26c84a3533b55183b789bcd2799c0b03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 11:28:22 +0000 Subject: [PATCH] Update ansible requirement from ~=8.2.0 to ~=8.5.0 Updates the requirements on [ansible](https://github.com/ansible/ansible) to permit the latest version. - [Release notes](https://github.com/ansible/ansible/releases) - [Commits](https://github.com/ansible/ansible/commits) --- updated-dependencies: - dependency-name: ansible 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 2ed8fba..ce5eade 100644 --- a/ansible/requirements.txt +++ b/ansible/requirements.txt @@ -1,3 +1,3 @@ ansible-runner~=2.3.3 -ansible~=8.2.0 +ansible~=8.5.0 molecule~=5.1.0 \ No newline at end of file