diff --git a/galaxy.yml b/galaxy.yml index 67b3eb8..64b0cc4 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -48,7 +48,7 @@ tags: # L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version # range specifiers can be set and are separated by ',' dependencies: - "community.general": ">=7.5.0" + "community.general": ">=8.3.0" # The URL of the originating SCM repository repository: https://github.com/roles-ansible/ansible_collection_git.git diff --git a/requirements.yml b/requirements.yml index ba1697c..4f58294 100644 --- a/requirements.yml +++ b/requirements.yml @@ -1,4 +1,4 @@ --- collections: - name: community.general - version: ">=8.0.2" + version: ">=8.3.0"