diff options
Diffstat (limited to 'ansible_collections/community/hashi_vault/meta/ee-requirements.txt')
-rw-r--r-- | ansible_collections/community/hashi_vault/meta/ee-requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible_collections/community/hashi_vault/meta/ee-requirements.txt b/ansible_collections/community/hashi_vault/meta/ee-requirements.txt index 53393fd3e..457af229b 100644 --- a/ansible_collections/community/hashi_vault/meta/ee-requirements.txt +++ b/ansible_collections/community/hashi_vault/meta/ee-requirements.txt @@ -1,6 +1,6 @@ # ansible-builder doesn't seem to properly handle "; python_version" type of constraints # requirements here are assuming python 3.6 or higher -hvac >=0.10.6 +hvac >= 1.2.1 urllib3 >= 1.15 boto3 # these are only needed if inferring AWS credentials or |