From ec921be05b9b04cdc3c3da6cf31b2a00c4662764 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 04:19:59 +0000 Subject: [PATCH] chore(deps): update ansible requirement from ~=9.5.1 to ~=10.2.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/9.5.1...10.2.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 840452c..4b71c60 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ molecule~=24.2.1 molecule-plugins[docker]~=23.5.3 docker~=7.0.0 -ansible~=9.5.1 +ansible~=10.2.0 # for development pre-commit # for README generation