From 8d6e7b2a870d3eeb79be10a2fdb93bbf2da30ab1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 04:31:16 +0000 Subject: [PATCH] chore(deps): update ansible requirement from ~=10.4.0 to ~=10.5.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/10.4.0...10.5.0) --- updated-dependencies: - dependency-name: ansible 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 f48dd61..8b06aa5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ molecule~=24.9.0 molecule-plugins[docker]~=23.5.3 requests==2.30.0 docker~=7.1.0 -ansible~=10.4.0 +ansible~=10.5.0 # for development pre-commit # for README generation