Skip to content

Commit

Permalink
Merge pull request #482 from TerryHowe/update-hvac
Browse files Browse the repository at this point in the history
chore: update hvac and tox docs
  • Loading branch information
TerryHowe committed Jun 22, 2024
2 parents 96246a7 + a271796 commit 5257e13
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Install this Ansible module:

pip install ansible-modules-hashivault

* via ``ansible-galaxy`` (requires ``hvac>=0.7.2``):
* via ``ansible-galaxy`` (requires ``hvac>=2.1.0``):

::

Expand Down
4 changes: 2 additions & 2 deletions ansible/plugins/doc_fragments/hashivault.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ class ModuleDocFragment(object):
# Standard documentation
DOCUMENTATION = r'''
requirements:
- hvac>=0.10.1
- ansible>=2.0.0
- hvac>=2.1.0
- ansible>=2.12.0
- requests
options:
url:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
packages=files,
install_requires=[
'ansible-core>=2.12.0',
'hvac>=1.2.1',
'hvac>=2.1.0',
'requests',
],
)
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ commands =
[testenv:docs]
setenv =
VIRTUAL_ENV={envdir}
commands =
./makedocs.sh
allowlist_externals = bash
commands = bash ./makedocs.sh

0 comments on commit 5257e13

Please sign in to comment.