From 587c1b349dc383ec65da1ffd8e4281499ffefec9 Mon Sep 17 00:00:00 2001 From: Alina Buzachis Date: Wed, 30 Oct 2024 19:06:21 +0100 Subject: [PATCH] Use amazon.aws: '>=10.0.0-dev0' as dependency Signed-off-by: Alina Buzachis --- galaxy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galaxy.yml b/galaxy.yml index 735c8c1343a..e264d3977d6 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -9,7 +9,7 @@ description: A variety of Ansible content to help automate the management of AWS license_file: COPYING tags: [community, aws, cloud, amazon] dependencies: - amazon.aws: '>=9.0.0,<10.0.0' + amazon.aws: '>=10.0.0-dev0' repository: https://github.com/ansible-collections/community.aws documentation: https://ansible-collections.github.io/community.aws/branch/main/collections/community/aws/index.html homepage: https://github.com/ansible-collections/community.aws